Work to flask derrière Nginx

This commit is contained in:
kitoy
2022-08-06 23:49:16 +02:00
parent 083a7147ff
commit b34695a41b
13 changed files with 88 additions and 40 deletions

View File

@@ -80,7 +80,8 @@ def create_app():
app.register_blueprint(profil)
app.register_blueprint(logs)
app.register_blueprint(loginlogout)
app.register_blueprint(mygallery)
return app
if __name__ == '__main__' :