fix: allow deep search llm gateway auth

This commit is contained in:
john
2026-07-23 23:04:19 +08:00
parent 784a10a592
commit 46041c3456
+1
View File
@@ -2129,6 +2129,7 @@ api.use(async (req, res, next) => {
await userAuthReady;
if (req.path === '/status' || req.path === '/runtime/status') return next();
if (req.path.startsWith('/internal/agent/')) return next();
if (req.path === '/internal/deep-search/llm') return next();
if (req.path === '/agent/mindspace_page_patch') return next();
if (req.path === '/agent/mindspace_asset_delete') return next();
if (req.path === '/agent/mindspace_asset_download') return next();