From 97fb8ded9a40f87664ea3fd43c89814cc540ab39 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <pjentsch@sfb1288inf-Laptop.fritz.box>
Date: Fri, 27 Mar 2020 12:52:17 +0100
Subject: [PATCH] fix

---
 app/__init__.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app/__init__.py b/app/__init__.py
index aef0c2b6..3a1f54fc 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -48,7 +48,4 @@ def create_app(config_name):
     from .services import services as services_blueprint
     app.register_blueprint(services_blueprint, url_prefix='/services')
 
-    from .test import test as test_blueprint
-    app.register_blueprint(test_blueprint, url_prefix='/test')
-
     return app
-- 
GitLab