mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-03 07:48:46 +08:00
fix: app query should return app metadata
This commit is contained in:
parent
f77f05062f
commit
3cedd17b8e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user