Sebastiankay commited on
Commit
b99c3f7
·
verified ·
1 Parent(s): ec384ea

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -39,7 +39,7 @@ except FileNotFoundError:
39
 
40
 
41
  # Pfad zur statischen index.html-Datei
42
- STATIC_INDEX_PATH = os.path.join("static", "index.html")
43
 
44
  @app.get("/", response_class=FileResponse) # <-- Geändert: FileResponse
45
  async def read_index(request: Request):
 
39
 
40
 
41
  # Pfad zur statischen index.html-Datei
42
+ STATIC_INDEX_PATH = os.path.join("static", "map.html")
43
 
44
  @app.get("/", response_class=FileResponse) # <-- Geändert: FileResponse
45
  async def read_index(request: Request):