File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ async def lifespan(app: FastAPI):
155155 stacViewerExtension (),
156156 ],
157157 colormap_dependency = ColorMapParams ,
158- # optional_headers=optional_headers,
159158)
160159app .include_router (
161160 stac .router ,
@@ -176,7 +175,6 @@ async def lifespan(app: FastAPI):
176175 stacViewerExtension (),
177176 ],
178177 colormap_dependency = ColorMapParams ,
179- # optional_headers=optional_headers,
180178)
181179app .include_router (
182180 stac_alt .router ,
@@ -197,7 +195,6 @@ async def lifespan(app: FastAPI):
197195 cogViewerExtension (),
198196 ],
199197 colormap_dependency = ColorMapParams ,
200- # optional_headers=optional_headers,
201198)
202199
203200app .include_router (cog .router , tags = ["Cloud Optimized GeoTIFF" ], prefix = "/cog" )
You can’t perform that action at this time.
0 commit comments