fix: set debug=False for production
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
48d7dd7993
commit
e9a11a87e9
+1
-1
@@ -83,5 +83,5 @@ app = Litestar(
|
||||
],
|
||||
cors_config=cors_config,
|
||||
lifespan=[lifespan],
|
||||
debug=True,
|
||||
debug=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user