Skip to content

Commit ca5ab78

Browse files
committed
Allow all origins
1 parent 3878782 commit ca5ab78

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)