aboutsummaryrefslogtreecommitdiff
path: root/runserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'runserver.py')
-rwxr-xr-xrunserver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/runserver.py b/runserver.py
index eef9c767..2afa2195 100755
--- a/runserver.py
+++ b/runserver.py
@@ -46,7 +46,6 @@ with application.app_context():
application.register_blueprint(views.category_bp)
application.register_blueprint(views.icon_bp)
application.register_blueprint(views.admin_bp)
- application.register_blueprint(views.users_bp)
application.register_blueprint(views.user_bp)
application.register_blueprint(views.bookmarks_bp)
application.register_blueprint(views.bookmark_bp)
bgstack15