Commit d85ebf7f authored by 金凯强's avatar 金凯强 🎨

测试

parent 6b9a2be4
Pipeline #22204 failed with stage
in 11 seconds
...@@ -11,4 +11,4 @@ _route_register_instance.init_app(global_app) ...@@ -11,4 +11,4 @@ _route_register_instance.init_app(global_app)
'''新的一套API运行方式''' '''新的一套API运行方式'''
if __name__ == '__main__': if __name__ == '__main__':
global_app.run(host="0.0.0.0", port=int(global_app.config.get('IP_PORT')) or 5000, debug=True) global_app.run(host="0.0.0.0", port=int(global_app.config.get('IP_PORT')) or 5000, debug=False)
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