Disabled debug=True flag

This commit is contained in:
Dillon DuPont
2025-09-02 16:19:23 -04:00
parent 77f1a2254f
commit dbd2307a03

View File

@@ -30,7 +30,6 @@ app = FastAPI(
description="API for the Computer project",
version="0.1.0",
websocket_max_size=WEBSOCKET_MAX_SIZE,
debug=True
)
# CORS configuration