Commit cf55dad1 authored by chaonan's avatar chaonan

Update web_main.py

parent b55c7367
Pipeline #296 canceled with stages
......@@ -16,8 +16,8 @@ from unify_api.modules.users.views.recive_refresh_token import \
def before_app_start(app):
# app.middleware('request')(auth_verify)
# app.middleware('request')(auth_verify_cid)
app.middleware('request')(auth_verify)
app.middleware('request')(auth_verify_cid)
app.blueprint(wechat_blueprint)
app.blueprint(auth_blueprint)
app.blueprint(refresh_blueprint)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment