Skip to content

Commit 9a1ac5c

Browse files
committed
Test
1 parent 9e6756c commit 9a1ac5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/server/api/src/app/flow-template/cloud-template.controller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const cloudTemplateController: FastifyPluginAsyncTypebox = async (
3232
config: {
3333
allowedPrincipals: ALL_PRINCIPAL_TYPES,
3434
skipAuth: true,
35-
cors: false,
35+
// cors: false,
3636
},
3737
schema: {
3838
tags: ['flow-templates'],
@@ -75,7 +75,7 @@ export const cloudTemplateController: FastifyPluginAsyncTypebox = async (
7575
config: {
7676
allowedPrincipals: ALL_PRINCIPAL_TYPES,
7777
skipAuth: true,
78-
cors: false,
78+
// cors: false,
7979
},
8080
schema: {
8181
tags: ['flow-templates'],

0 commit comments

Comments
 (0)