Skip to content

Commit e24f4ed

Browse files
committed
Fix IDOM run with default server
1 parent 0177411 commit e24f4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/backend/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run(
4040
"Change this before deploying in production!"
4141
)
4242

43-
implementation = implementation or import_module("idom.server.default")
43+
implementation = implementation or import_module("idom.backend.default")
4444

4545
app = implementation.create_development_app()
4646
implementation.configure(app, component)

0 commit comments

Comments
 (0)