Changed the ip for tailscale exposure

This commit is contained in:
AzureAD\AniketSaha 2025-07-08 17:06:32 +02:00
parent 31f044fab7
commit 73048e2bd5

View File

@ -97,7 +97,7 @@ if __name__ == "__main__":
import uvicorn
uvicorn.run(
"main:app",
host="0.0.0.0",
host="127.0.0.1",
port=8000,
reload=True,
reload_dirs=["."],