Skip to content

Commit

Permalink
update api request type for create
Browse files Browse the repository at this point in the history
update api request type for create
  • Loading branch information
DJensen94 committed Apr 9, 2024
1 parent 1204ae0 commit 6c3c5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ authenticatedRoute.delete(
handlerToExpress(notifications.del)
)

authenticatedRoute.put(
authenticatedRoute.post(
'/notifications',
handlerToExpress(notifications.create)
)
Expand Down

0 comments on commit 6c3c5ad

Please sign in to comment.