We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3878782 + ca5ab78 commit 64dc1f6Copy full SHA for 64dc1f6
app/main.py
@@ -23,7 +23,7 @@
23
# set environment variable
24
app.config["ENV"] = Config.DEPLOY_ENV
25
26
-cors = CORS(app, resources={r"*": {"origins": Config.SPARC_APP_HOST}})
+CORS(app)
27
28
ma = Marshmallow(app)
29
email_sender = EmailSender()
0 commit comments