feat: 实现反应和卡牌信息读取,并编写了测试用卡牌和反应
This commit is contained in:
+4
-1
@@ -10,6 +10,9 @@ def create_app(config_class='config.DevelopmentConfig'):
|
||||
app.register_blueprint(page_bp)
|
||||
|
||||
from app.routes.cards import card_bp
|
||||
app.register_blueprint(card_bp)
|
||||
app.register_blueprint(card_bp, url_prefix="/card")
|
||||
|
||||
from app.routes.reactions import reaction_bp
|
||||
app.register_blueprint(reaction_bp, url_prefix="/reaction")
|
||||
|
||||
return app
|
||||
Reference in New Issue
Block a user