setup_routes wieder util
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ if __name__ != '__main__':
|
||||
from flask import Flask, send_from_directory, redirect
|
||||
from util.logger import logger
|
||||
from util.db_config import is_configured, load_config, test_connection
|
||||
from setup_routes import setup_blueprint
|
||||
from util.setup_routes import setup_blueprint
|
||||
from auth import auth_bp
|
||||
from tools import md5_blueprint
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
|
||||
from .setup_routes import setup_blueprint
|
||||
|
||||
Reference in New Issue
Block a user