Remove unused proxy_fix (#1007)

This commit is contained in:
Aaron Dewes
2022-10-24 11:50:52 +02:00
committed by GitHub
parent 3814989b3a
commit fc1a87f617
2 changed files with 0 additions and 96 deletions
-1
View File
@@ -91,7 +91,6 @@ def create_app(config_object="lnbits.settings") -> FastAPI:
)
app.add_middleware(GZipMiddleware, minimum_size=1000)
# app.add_middleware(ASGIProxyFix)
check_funding_source(app)
register_assets(app)