mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08:00
Update app.js
This commit is contained in:
parent
5d049e8f06
commit
e5f8127e21
@ -103,7 +103,7 @@ module.exports = eggspress('/query/app', {
|
|||||||
uuid: app.uid,
|
uuid: app.uid,
|
||||||
name: app.name,
|
name: app.name,
|
||||||
title: app.title,
|
title: app.title,
|
||||||
icon: app.icon,
|
// icon: app.icon,
|
||||||
description: app.description,
|
description: app.description,
|
||||||
metadata: app.metadata,
|
metadata: app.metadata,
|
||||||
tags: app.tags ? app.tags.split(',') : [],
|
tags: app.tags ? app.tags.split(',') : [],
|
||||||
|
Loading…
Reference in New Issue
Block a user