mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
move index.html to public folder
This commit is contained in:
parent
934d9b303d
commit
07b2525dc8
2 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
|
@ -95,7 +95,7 @@ class ReticulumWebChat:
|
|||
|
||||
# serve index.html
|
||||
if path == "/":
|
||||
with open("index.html") as f:
|
||||
with open("public/index.html") as f:
|
||||
file_content = f.read()
|
||||
return http.HTTPStatus.OK, [
|
||||
('Content-Type', 'text/html')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue