update cors ????

This commit is contained in:
Baptiste Peupier 2022-02-02 10:02:04 +01:00
parent c4a6ff1312
commit aaa526756b
3 changed files with 1 additions and 12 deletions

View file

@ -1,6 +1,4 @@
print("Import backend")
from application import create_app
print("Import os")
import os
app = create_app(os.environ.get('FLASK_ENV'))