Skip to content

Commit

Permalink
Change flask cors import
Browse files Browse the repository at this point in the history
  • Loading branch information
staeff committed Mar 1, 2022
1 parent 3511113 commit ca4ec83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from flask import Flask
from flask.ext.cors import CORS
from flask_cors import CORS

DATABASE = os.getenv("DATABASE_URL", "sqlite:///debug.db")
DATABASE = DATABASE.strip()
Expand Down

0 comments on commit ca4ec83

Please sign in to comment.