mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-14 06:10:39 +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
|
// role.removeRoleAction
|
||||||
// );
|
// );
|
||||||
|
|
||||||
authenticated.put(
|
// authenticated.put(
|
||||||
"/newt",
|
// "/newt",
|
||||||
verifyUserHasAction(ActionsEnum.createNewt),
|
// verifyUserHasAction(ActionsEnum.createNewt),
|
||||||
createNewt
|
// createNewt
|
||||||
);
|
// );
|
||||||
|
|
||||||
// Auth routes
|
// Auth routes
|
||||||
export const authRouter = Router();
|
export const authRouter = Router();
|
||||||
|
|
Loading…
Reference in a new issue