mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -23,7 +23,7 @@ router.get(
|
||||
(req, res, next) => {
|
||||
const service = new ServerService({ accountability: req.accountability });
|
||||
const data = service.serverInfo();
|
||||
res.locals.payload = data;
|
||||
res.locals.payload = { data };
|
||||
return next();
|
||||
},
|
||||
respond
|
||||
|
||||
Reference in New Issue
Block a user