mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 05:14:22 +00:00
Remove redundant /notification
path component
This commit is contained in:
parent
0a5430468c
commit
5cb7e3dc03
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ app.post '/user/:user_id', controller.addNotification
|
|||
app.get '/user/:user_id', controller.getUserNotifications
|
||||
app.del '/user/:user_id/notification/:notification_id', controller.removeNotificationId
|
||||
app.del '/user/:user_id', controller.removeNotificationKey
|
||||
app.del '/notification/key/:key', controller.removeNotificationByKeyOnly
|
||||
app.del '/key/:key', controller.removeNotificationByKeyOnly
|
||||
|
||||
app.get '/status', (req, res)->
|
||||
res.send('notifications sharelatex up')
|
||||
|
|
Loading…
Add table
Reference in a new issue