Skip to content

Commit 3cedd17

Browse files
committed
fix: app query should return app metadata
1 parent f77f050 commit 3cedd17

File tree

1 file changed

+1
-0
lines changed
  • src/backend/src/routers/query

1 file changed

+1
-0
lines changed

src/backend/src/routers/query/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ module.exports = eggspress('/query/app', {
113113
title: app.title,
114114
icon: app.icon,
115115
description: app.description,
116+
metadata: app.metadata,
116117
tags: app.tags ? app.tags.split(',') : [],
117118
// created: app.timestamp,
118119
associations,

0 commit comments

Comments
 (0)