diff --git a/src/backend/src/routers/query/app.js b/src/backend/src/routers/query/app.js index 16857707..47740b5d 100644 --- a/src/backend/src/routers/query/app.js +++ b/src/backend/src/routers/query/app.js @@ -113,6 +113,7 @@ module.exports = eggspress('/query/app', { title: app.title, icon: app.icon, description: app.description, + metadata: app.metadata, tags: app.tags ? app.tags.split(',') : [], // created: app.timestamp, associations,