test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit 1ae037a2d9 - Show all commits
+1 -1
View File
@@ -61,7 +61,7 @@ def get_file_name(key, ext, file):
@app.get(f'/{admin_address}') @app.get(f'/{admin_address}')
async def admin(request: Request): async def admin():
return HTMLResponse(admin_html) return HTMLResponse(admin_html)