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 fbda6c5 commit df03c9dCopy full SHA for df03c9d
src/reactpy/asgi/standalone.py
@@ -57,8 +57,6 @@ class ReactPyApp:
57
_cached_index_html = ""
58
_etag = ""
59
_last_modified = ""
60
- _templates_dir = Path(__file__).parent.parent / "templates"
61
- _index_html_path = _templates_dir / "index.html"
62
63
async def __call__(
64
self,
0 commit comments