refactor(core): Enforce authorization by default on all routes (no-changelog) (#8762)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-02-28 17:02:18 +01:00
committed by GitHub
parent 2811f77798
commit db4a419c8d
46 changed files with 126 additions and 299 deletions

View File

@@ -11,7 +11,7 @@ export class DebugController {
private readonly workflowRepository: WorkflowRepository,
) {}
@Get('/multi-main-setup')
@Get('/multi-main-setup', { skipAuth: true })
async getMultiMainSetupDetails() {
const leaderKey = await this.orchestrationService.multiMainSetup.fetchLeaderKey();