Working setups for dev and staging! (mostly)
All checks were successful
continuous-integration/drone/push Build is passing

TODO: Still no access to routes on staging... hmmm...
This commit is contained in:
2023-05-12 15:37:32 -04:00
parent 17949255d3
commit d9285e4bec
4 changed files with 3 additions and 16 deletions

View File

@@ -9,8 +9,7 @@ import passport from '../passport';
import { ErrorCodes, getErrorBody } from '../../constants/errors';
import { authenticated } from '../middleware/authenication';
// const routerOpts: Router.IRouterOptions = { prefix };
const routerOpts: Router.IRouterOptions = {};
const routerOpts: Router.IRouterOptions = { prefix };
const router: Router = new Router(routerOpts);
router.get('/info', (ctx) => {