test: NODE_ENV

This commit is contained in:
손승우
2022-12-09 17:29:25 +09:00
parent 0fda321195
commit 0c33c52a0d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ DB_CONFIG:
DB_PORT: 3306 DB_PORT: 3306
DB_USER: vanillameta DB_USER: vanillameta
DB_PASSWORD: pw DB_PASSWORD: pw
DB_NAME: vanillameta_auth DB_NAME: vanillameta

View File

@@ -110,7 +110,7 @@ export class DashboardService {
find_all.forEach(el => { find_all.forEach(el => {
el.layout = JSON.parse(el.layout); el.layout = JSON.parse(el.layout);
}); });
return { status: ResponseStatus.SUCCESS, data: find_all }; return { status: ResponseStatus.SUCCESS, data: find_all, message: process.env.NODE_ENV };
} }
// 기존 dashboard all // 기존 dashboard all