Skip to content

Commit

Permalink
dying inside
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeidlershenk committed Apr 18, 2024
1 parent 5976283 commit 3626f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from flask_cors import cross_origin

app = Flask(__name__)
cors = CORS(app)
cors = CORS(app, origins=["https://dynamic-tolerant-boa.ngrok-free.app", "https://cinect-run-6bhdfkg7yq-ul.a.run.app"])
app.config['CORS_HEADERS'] = 'Content-Type'

@app.route("/")
Expand Down

0 comments on commit 3626f21

Please sign in to comment.