Tweaks, fixes, and version bump

This commit is contained in:
2023-05-23 15:04:33 -04:00
parent 929ebd96d6
commit 19b6de68cf
9 changed files with 9955 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ import passport from './passport';
import { performanceLogger, performanceTimer } from './middleware/performance';
import { errorHandler } from './middleware/errorHandler';
import { authRouter } from './controllers/auth';
import { SESSION_KEY } from '../constants/env';
import { SESSION_KEY } from './constants/env';
const app: Koa = new Koa();