This commit is contained in:
kitoy 2025-05-12 17:04:49 +02:00
parent 8ca5e4a457
commit f9b1b53c9f

View File

@ -103,7 +103,7 @@ def create_app():
app.register_blueprint(inscription)
app.register_blueprint(postit)
app.register_blueprint(blog)
app.register_blueprint(filesupload)
app.register_blueprint(profil)
app.register_blueprint(logs)