Merge pull request #374 from godyuo/feature

test: NODE_ENV
This commit is contained in:
godyuo
2022-12-09 17:30:11 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -110,7 +110,7 @@ export class DashboardService {
find_all.forEach(el => {
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