@@ -0,0 +1,10 @@
import uvicorn
from app.config.settings import settings
if __name__ == "__main__":
uvicorn.run(
"app.main:app",
host=settings.host,
port=settings.port,
reload=True,
)
The note is not visible to the blocked user.