Skip to content

Commit 3d20925

Browse files
author
sachin-maheshwari
authored
Merge pull request #112 from topcoder-platform/feature/general-purpose-notifications-usage
Adding '/' endpoint parallel to 'list'.
2 parents eba5412 + f29bc6f commit 3d20925

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/routes.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ module.exports = {
4141
method: 'health',
4242
},
4343
},
44+
'/': {
45+
get: {
46+
controller: 'NotificationController',
47+
method: 'listNotifications',
48+
},
49+
},
4450
};

0 commit comments

Comments
 (0)