@@ -1,6 +1,5 @@
from fastapi import FastAPI
import tomllib
import uvicorn
from .routers import ip
@@ -15,6 +14,4 @@ app = FastAPI(
version=get_version_from_pyproject()
)
app.include_router(ip.router)
uvicorn.run(app, host='0.0.0.0', port=8443)
The note is not visible to the blocked user.