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.
1 parent 3878782 commit ca5ab78Copy full SHA for ca5ab78
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