We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410f50a commit 95e4276Copy full SHA for 95e4276
temp.py
tests/test_html.py
@@ -103,7 +103,9 @@ def HasScript():
103
return html.div(
104
html.div({"id": "run-count", "data-value": 0}),
105
html.script(
106
- {"src": f"/_api/modules/{file_name_template.format(src_id=src_id)}"}
+ {
107
+ "src": f"/_idom/modules/{file_name_template.format(src_id=src_id)}"
108
+ }
109
),
110
)
111
0 commit comments