Skip to content

Commit 698a66d

Browse files
committed
fix type annotation
1 parent f571c1b commit 698a66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/backend/sanic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def configure(
5050
_setup_common_routes(api_bp, spa_bp, options)
5151
_setup_single_view_dispatcher_route(api_bp, component, options)
5252

53-
app.blueprint((spa_bp, api_bp))
53+
app.blueprint([spa_bp, api_bp])
5454

5555

5656
def create_development_app() -> Sanic:

0 commit comments

Comments
 (0)