From 9127df2600e89635396168f18af7221025c64780 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Mon, 8 Dec 2025 16:43:34 +0800 Subject: [PATCH] add sender --- assistant/src/routes/hot-api/key-sender/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/src/routes/hot-api/key-sender/index.ts b/assistant/src/routes/hot-api/key-sender/index.ts index acf7734..32dfc32 100644 --- a/assistant/src/routes/hot-api/key-sender/index.ts +++ b/assistant/src/routes/hot-api/key-sender/index.ts @@ -3,7 +3,7 @@ import { Hotkeys } from '@kevisual/hot-api'; import { useContextKey } from '@kevisual/context'; app.route({ path: 'key-sender', - middleware: ['admin-auth'] + // middleware: ['admin-auth'] }).define(async (ctx) => { let keys = ctx.query.keys; if (keys.includes(' ')) {