Added debug=True

This commit is contained in:
Dillon DuPont
2025-08-28 13:44:14 -04:00
parent 0e834c0a6f
commit b7c6c797cd

View File

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