Load recources from current path in index.html

This commit is contained in:
gusto 2026-02-13 12:02:33 +02:00
parent 46fa934148
commit d4f8b81147

View File

@ -20,6 +20,8 @@ async def main():
reload=False,
loop="asyncio",
log_config=None,
proxy_headers=True,
forwarded_allow_ips="*",
)
server = uvicorn.Server(config)