fix: app query should return app metadata

This commit is contained in:
jelveh 2024-11-23 19:08:40 -08:00
parent f77f05062f
commit 3cedd17b8e

View File

@ -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,