mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-11 18:55:02 -04:00
no explicit string casting, changed mat2-web started log message
This commit is contained in:
parent
3376158b2c
commit
493626e195
2 changed files with 4 additions and 4 deletions
2
main.py
2
main.py
|
@ -57,7 +57,7 @@ def create_app(test_config=None):
|
|||
Swagger(app, template=template, config=swagger_config)
|
||||
|
||||
CORS(app, resources={r"/api/*": {"origins": utils.get_allow_origin_header_value()}})
|
||||
app.logger.info('Matweb started')
|
||||
app.logger.info('mat2-web started')
|
||||
return app
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue