描述 bug
1.使用flask plugin generate新增了一个test插件
2.使用flask plugin init初始化test插件
3.app/config/__init__.py自动导入了插件配置:
PLUGIN_PATH = { 'test': {'path': 'app.plugin.test', 'enable': True, 'version': '0.1.0'} }
4.访问http://localhost:5000/plugin/test,提示
{"code": 20000, "message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": "GET /plugin/test"}
描述 bug 1.使用flask plugin generate新增了一个test插件 2.使用flask plugin init初始化test插件 3.
app/config/__init__.py
自动导入了插件配置:PLUGIN_PATH = { 'test': {'path': 'app.plugin.test', 'enable': True, 'version': '0.1.0'} }
4.访问http://localhost:5000/plugin/test,提示{"code": 20000, "message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": "GET /plugin/test"}
你使用哪个版本出现该问题? 使用master分支