feat: 实现物质查询,调整项目结构
This commit is contained in:
@@ -14,5 +14,8 @@ def create_app(config_class='config.DevelopmentConfig'):
|
||||
|
||||
from app.routes.reactions import reaction_bp
|
||||
app.register_blueprint(reaction_bp, url_prefix="/reaction")
|
||||
|
||||
from app.routes.matters import matter_bp
|
||||
app.register_blueprint(matter_bp, url_prefix="/matter")
|
||||
|
||||
return app
|
||||
Reference in New Issue
Block a user