Skip to content

Commit f29bc6f

Browse files
author
Sachin Maheshwari
committed
adding '/' endpoint parallel to 'list'.
1 parent 4ddf248 commit f29bc6f

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)