mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(core): Correct permissions for getstatus (#7724)
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in a new issue