diff --git a/backend/src/api/app.ts b/backend/src/api/app.ts index 5dcd85ce..98ea5ca8 100644 --- a/backend/src/api/app.ts +++ b/backend/src/api/app.ts @@ -461,7 +461,7 @@ authenticatedRoute.delete( handlerToExpress(notifications.del) ) -authenticatedRoute.put( +authenticatedRoute.post( '/notifications', handlerToExpress(notifications.create) )