@@ -13,7 +13,7 @@ load_dotenv()
)
def main(env: str):
uvicorn.run(
app="app.server:app",
app="ielts_be:app",
host="localhost",
port=8000,
reload=True if env != "production" else False,
The note is not visible to the blocked user.