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(' ')) {