mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix lint issue
This commit is contained in:
parent
3c0d03b45c
commit
44311bd491
@ -36,7 +36,7 @@ const apiKeyMiddleware = (req: Request, res: Response, next: NextFunction) => {
|
||||
next();
|
||||
};
|
||||
|
||||
console.info('SECURE_MODE:', secureMode)
|
||||
console.log('SECURE_MODE:', secureMode)
|
||||
if (secureMode)
|
||||
app.use(apiKeyMiddleware)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user