bump: 修改router为kevisual的router

This commit is contained in:
2024-10-25 20:00:07 +08:00
parent d8fec88e54
commit 61d7004c8f
32 changed files with 810 additions and 731 deletions

View File

@@ -4,7 +4,7 @@ import { DataTypes, Model, Op } from 'sequelize';
import { createToken, checkToken } from '@abearxiong/auth/token';
import { cryptPwd } from '@abearxiong/auth';
import { nanoid } from 'nanoid';
import { CustomError } from '@abearxiong/router';
import { CustomError } from '@kevisual/router';
import { Org } from './org.ts';
import { redis } from '@/app.ts';