update menu struct

This commit is contained in:
long2ice
2020-08-15 15:03:58 +08:00
parent ad8b42c74c
commit cb5b2f2924
3 changed files with 35 additions and 23 deletions

View File

@ -28,7 +28,7 @@ async def test_bulk(bulk_in: BulkIn, model=Depends(get_model)):
return ret.dict()
@admin_app.get("/home", )
@admin_app.get("/home",)
async def home():
return {"html": templates.get_template("home.html").render()}