mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-10 18:25:03 -04:00
added basic logging
This commit is contained in:
parent
e8bd56b5b4
commit
a768cf3227
2 changed files with 13 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')
|
||||
return app
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue