Skip to content

Commit 64dc1f6

Browse files
Merge pull request ABI-Software#20 from nih-sparc/allow-all-cors-CU-98drpv
Allow all origins for CORS
2 parents 3878782 + ca5ab78 commit 64dc1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# set environment variable
2424
app.config["ENV"] = Config.DEPLOY_ENV
2525

26-
cors = CORS(app, resources={r"*": {"origins": Config.SPARC_APP_HOST}})
26+
CORS(app)
2727

2828
ma = Marshmallow(app)
2929
email_sender = EmailSender()

0 commit comments

Comments
 (0)