Commit 241a0168 by dong

fix

parent 36623eb5
......@@ -114,7 +114,7 @@ def creat_app(config_name):
# app.register_blueprint(api_mobile, url_prefix="/api/mobile")
app.register_blueprint(api_xiaocx, url_prefix="/api/xiaocx")
app.register_blueprint(api_bigdata, url_prefix="/api/bigdata")
app.register_blueprint(api_import, url_prefix="/api/prod-api")
app.register_blueprint(api_import, url_prefix="/prod-api")
return app
......
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