fix: use @keivusal/auth module

This commit is contained in:
2024-11-20 16:50:25 +08:00
parent dc69b95f39
commit 801e05b23e
7 changed files with 25 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
import './routes/index.ts';
import { app } from './app.ts';
import { useConfig } from '@abearxiong/use-config';
import { createAuthRoute } from '@abearxiong/auth';
import { createAuthRoute } from '@kevisual/auth';
const config = useConfig<{ tokenSecret: string }>();
createAuthRoute({