test: test dbName

This commit is contained in:
손승우
2022-12-09 14:01:40 +09:00
parent f53b89ec4b
commit fb203e654a

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, message: process.env.DB_NAME };
return { status: ResponseStatus.SUCCESS, data: find_all, message: process.env };
}
// 기존 dashboard all