實作應用管理的清單

This commit is contained in:
2025-08-05 16:26:03 +08:00
parent 5b407ff29c
commit 3fa02fc1d1
7 changed files with 381 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ const dbConfig = {
timezone: '+08:00'
};
const JWT_SECRET = 'ai_platform_jwt_secret_key_2024';
const JWT_SECRET = process.env.JWT_SECRET || 'good777';
async function testAppsAPI() {
let connection;