Skip to content

Commit

Permalink
things
Browse files Browse the repository at this point in the history
  • Loading branch information
HoodieRocks committed Nov 29, 2023
1 parent 0ac6927 commit 95307b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from routes.versions import versions

app = flask.Flask(__name__)
CORS(app)
CORS(app, supports_credentials=True)
Compress(app)


Expand Down

0 comments on commit 95307b3

Please sign in to comment.