Skip to content

Commit

Permalink
Enable allow_any_origin for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtshanika committed Sep 20, 2023
1 parent 070f1b2 commit 4d2d66f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ allow_headers = ["authorization","Access-Control-Allow-Origin","Content-Type","S
allow_credentials = false
enable_validation_for_ws = true

[cors]
allow_any_origin = true

[apim.workflow]
enable = false
service_url = "http://localhost:10263/BPMNProcessServerApp-1.0.0"
Expand Down

0 comments on commit 4d2d66f

Please sign in to comment.