mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(core): Correct permissions for getstatus (#7724)
This commit is contained in:
committed by
GitHub
parent
18817651ec
commit
f96c1d2044
@@ -4,7 +4,7 @@ import { Service } from 'typedi';
|
||||
import { SingleMainInstancePublisher } from '@/services/orchestration/main/SingleMainInstance.publisher';
|
||||
import { License } from '../License';
|
||||
|
||||
@Authorized(['global', 'owner'])
|
||||
@Authorized('any')
|
||||
@RestController('/orchestration')
|
||||
@Service()
|
||||
export class OrchestrationController {
|
||||
|
||||
Reference in New Issue
Block a user