This commit is contained in:
2025-01-03 10:31:30 +08:00
parent e36c7f4810
commit ce9db4c25d
8 changed files with 177 additions and 66 deletions

View File

@@ -16,7 +16,7 @@ app = Flask(__name__)
conf = get_config_object()
# 注册路由
app.register_blueprint(api_bp)
app.register_blueprint(api_bp,url_prefix='/api')
app.register_blueprint(page_bp)
# 启动