chore: add runtime observability ops
This commit is contained in:
+1
-1
@@ -1721,7 +1721,7 @@ api.use(jsonUnlessMultipart);
|
||||
|
||||
api.use(async (req, res, next) => {
|
||||
await userAuthReady;
|
||||
if (req.path === '/status') return next();
|
||||
if (req.path === '/status' || req.path === '/runtime/status') return next();
|
||||
if (req.path.startsWith('/internal/agent/')) return next();
|
||||
if (req.path === '/agent/mindspace_page_patch') return next();
|
||||
if (req.path === '/agent/mindspace_asset_delete') return next();
|
||||
|
||||
Reference in New Issue
Block a user