mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -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 { SingleMainInstancePublisher } from '@/services/orchestration/main/SingleMainInstance.publisher';
|
||||||
import { License } from '../License';
|
import { License } from '../License';
|
||||||
|
|
||||||
@Authorized(['global', 'owner'])
|
@Authorized('any')
|
||||||
@RestController('/orchestration')
|
@RestController('/orchestration')
|
||||||
@Service()
|
@Service()
|
||||||
export class OrchestrationController {
|
export class OrchestrationController {
|
||||||
|
|
Loading…
Reference in a new issue