mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
comment out old create newt endpoint
This commit is contained in:
parent
ab6ecdbc9c
commit
4953e69b1b
1 changed files with 5 additions and 5 deletions
|
@ -473,11 +473,11 @@ authenticated.delete(
|
|||
// role.removeRoleAction
|
||||
// );
|
||||
|
||||
authenticated.put(
|
||||
"/newt",
|
||||
verifyUserHasAction(ActionsEnum.createNewt),
|
||||
createNewt
|
||||
);
|
||||
// authenticated.put(
|
||||
// "/newt",
|
||||
// verifyUserHasAction(ActionsEnum.createNewt),
|
||||
// createNewt
|
||||
// );
|
||||
|
||||
// Auth routes
|
||||
export const authRouter = Router();
|
||||
|
|
Loading…
Reference in a new issue