feat: 实现资源(图片、音频)查询,完善README
This commit is contained in:
@@ -16,5 +16,8 @@ def create_app(config_class='config.Config'):
|
||||
|
||||
from app.routes.matters import matter_bp
|
||||
app.register_blueprint(matter_bp, url_prefix="/matter")
|
||||
|
||||
from app.routes.assets import asset_bp
|
||||
app.register_blueprint(asset_bp, url_prefix="/asset")
|
||||
|
||||
return app
|
||||
Reference in New Issue
Block a user