Skip to content

Commit 8fc97a7

Browse files
author
sachin-maheshwari
authored
Merge pull request #113 from topcoder-platform/dev
Adding '/' endpoint parallel to '/list'
2 parents 485f9b5 + 3d20925 commit 8fc97a7

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)