diff --git a/service/src/index.ts b/service/src/index.ts index 34958d85d..7367f869a 100644 --- a/service/src/index.ts +++ b/service/src/index.ts @@ -35,7 +35,7 @@ app.all('*', (_, res, next) => { next() }) -router.post('/chat-process', [auth, limiter], async (req, res) => { +router.post('/chat-process',authV2 , async (req, res) => { //[authV2, limiter] res.setHeader('Content-type', 'application/octet-stream') try {