Fix landing footer snap and uvicorn docs

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 10:51:55 +09:00
parent 0e3734a318
commit 7dd12fc3ad
4 changed files with 5 additions and 5 deletions

View File

@@ -143,7 +143,7 @@ def main():
print("\n=== Setup complete ===")
print(f"\nStart the server with:")
print(f" uvicorn app:app --host 0.0.0.0 --port 7000")
print(f" python -m uvicorn app:app --host 0.0.0.0 --port 7000")
print(f"\nThen open http://localhost:7000")
print(f"Login with the admin username and temporary password printed above.\n")