From 4d813c6c2c49891d72e41536dd2c16afa06a0939 Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 10 May 2023 19:29:34 -0400 Subject: [PATCH] And this --- lib/server/controllers/auth.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/server/controllers/auth.ts b/lib/server/controllers/auth.ts index 836285a..1d1b0ea 100644 --- a/lib/server/controllers/auth.ts +++ b/lib/server/controllers/auth.ts @@ -9,7 +9,8 @@ import passport from '../passport'; import { ErrorCodes, getErrorBody } from '../../constants/errors'; import { authenticated } from '../middleware/authenication'; -const routerOpts: Router.IRouterOptions = { prefix }; +// const routerOpts: Router.IRouterOptions = { prefix }; +const routerOpts: Router.IRouterOptions = {}; const router: Router = new Router(routerOpts); router.get('/info', (ctx) => {