fix(app): Fix import_name for flask application
This commit is contained in:
parent
760ee9fe36
commit
e82d830410
|
@ -96,7 +96,7 @@ def install_all():
|
||||||
|
|
||||||
|
|
||||||
def create_app(test_config=None):
|
def create_app(test_config=None):
|
||||||
app = Flask(__name__)
|
app = Flask("flaschengeist")
|
||||||
app.json_encoder = CustomJSONEncoder
|
app.json_encoder = CustomJSONEncoder
|
||||||
CORS(app)
|
CORS(app)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue