From 241391e27e09439a760638fca0c8c97bcbbf88ad Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 11 Jan 2024 17:49:04 +0530 Subject: [PATCH] Update APP_NAME in Index.ts to 'api/workers' --- App/FeatureSet/Workers/Index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/FeatureSet/Workers/Index.ts b/App/FeatureSet/Workers/Index.ts index d8114b0b1c..6ee4743310 100644 --- a/App/FeatureSet/Workers/Index.ts +++ b/App/FeatureSet/Workers/Index.ts @@ -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();