We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571c1b commit 698a66dCopy full SHA for 698a66d
src/idom/backend/sanic.py
@@ -50,7 +50,7 @@ def configure(
50
_setup_common_routes(api_bp, spa_bp, options)
51
_setup_single_view_dispatcher_route(api_bp, component, options)
52
53
- app.blueprint((spa_bp, api_bp))
+ app.blueprint([spa_bp, api_bp])
54
55
56
def create_development_app() -> Sanic:
0 commit comments