Skip to content

Commit

Permalink
v2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Feb 8, 2024
1 parent f07f338 commit 9177a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9177a85

Please sign in to comment.