From f9b1b53c9fcc09caee3ab9841983584d7286abda Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 12 May 2025 17:04:49 +0200 Subject: [PATCH] -a --- pywallter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywallter.py b/pywallter.py index 3e057d6..0deb49b 100755 --- a/pywallter.py +++ b/pywallter.py @@ -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)