|
@@ -84,6 +84,9 @@ async def index():
|
|
async def index():
|
|
async def index():
|
|
return FileResponse('main.css')
|
|
return FileResponse('main.css')
|
|
|
|
|
|
|
|
+@app.get("/")
|
|
|
|
+async def root():
|
|
|
|
+ return FileResponse('index2.html')
|
|
@app.get("/index")
|
|
@app.get("/index")
|
|
async def index():
|
|
async def index():
|
|
return FileResponse('index2.html')
|
|
return FileResponse('index2.html')
|