This commit is contained in:
2025-07-04 00:02:18 +08:00
parent c7ddaf88f6
commit b3993f654c
4 changed files with 28 additions and 3 deletions

View File

@@ -2,8 +2,6 @@ import './routes/index.ts';
import { app } from './app.ts';
import type { App } from '@kevisual/router';
import { User } from './models/user.ts';
// import { addAuth } from '@kevisual/code-center-module/models';
// addAuth(app);
import { createCookie, getSomeInfoFromReq } from './routes/user/me.ts';
/**