mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-06 15:36:21 +00:00
fix: bill, app detail
This commit is contained in:
@@ -27,7 +27,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||
_id: item._id,
|
||||
shareId: item.shareId,
|
||||
name: item.name,
|
||||
tokens: item.tokens,
|
||||
total: item.total,
|
||||
maxContext: item.maxContext,
|
||||
lastTime: item.lastTime
|
||||
}))
|
||||
|
Reference in New Issue
Block a user