Skip to content

Commit

Permalink
feat: remove create route
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Jul 18, 2024
1 parent 77d8dce commit 542efc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/user.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ router.get(
verifyDiscordToken,
userController.lastfmStatus.bind(userController),
);
router.post('/create', userController.create.bind(userController));
router.post(
'/enable-lastfm',
verifyDiscordToken,
Expand Down

0 comments on commit 542efc8

Please sign in to comment.