Skip to content

Commit 5dba438

Browse files
committed
temporarily remove perms to get openapi spec
1 parent bc39681 commit 5dba438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controllers/v3/OrgAPISpecController.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ export class OrgAPISpecController extends Controller {
5555

5656
@Get('/{org}/api_specs')
5757
@OperationId('organization-get-api-specs')
58-
// @Security('jwt', ['Namespace.Assign'])
58+
@Security('jwt', [])
59+
//@Security('jwt', ['Namespace.Assign'])
5960
public async get(
6061
@Path() org: string,
6162
@Request() request: any

0 commit comments

Comments
 (0)