amaye15 commited on
Commit
a965d9d
·
1 Parent(s): b8b8738

Debu - GZip

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -40,7 +40,7 @@ app = FastAPI(
40
  version="1.0.0",
41
  )
42
 
43
- app.add_middleware(GZipMiddleware, minimum_size=1000)
44
 
45
 
46
  # Root endpoint redirects to /docs
 
40
  version="1.0.0",
41
  )
42
 
43
+ # app.add_middleware(GZipMiddleware, minimum_size=1000)
44
 
45
 
46
  # Root endpoint redirects to /docs