fix: 鉴权加强

This commit is contained in:
ggyy
2026-05-25 00:19:29 +08:00
parent 1980c7a989
commit c09f2fb79d
12 changed files with 72 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
import type { Context, Next } from "hono";
export async function adminAuthMiddleware(_c: Context, next: Next) {
await next();
}