Update app.js

This commit is contained in:
jelveh 2024-12-21 18:40:17 -08:00
parent 5d049e8f06
commit e5f8127e21

View File

@ -103,7 +103,7 @@ module.exports = eggspress('/query/app', {
uuid: app.uid,
name: app.name,
title: app.title,
icon: app.icon,
// icon: app.icon,
description: app.description,
metadata: app.metadata,
tags: app.tags ? app.tags.split(',') : [],