Update APP_NAME in Index.ts to 'api/workers'

This commit is contained in:
Simon Larsen
2024-01-11 17:49:04 +05:30
parent e979729d38
commit 241391e27e

View File

@@ -73,7 +73,7 @@ import AnalyticsTableManagement from './Utils/AnalyticsDatabase/TableManegement'
import './Jobs/Workflow/TimeoutJobs';
import './Jobs/MeteredPlan/ReportTelemetryMeteredPlan';
const APP_NAME: string = 'workers';
const APP_NAME: string = 'api/workers';
const app: ExpressApplication = Express.getExpressApp();