We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239d017 commit c1bffdeCopy full SHA for c1bffde
raster_api/runtime/src/app.py
@@ -206,9 +206,10 @@ async def lifespan(app: FastAPI):
206
# Colormaps endpoints
207
###############################################################################
208
# Set supported colormaps to be the modified cmap list with added colormaps
209
-cmaps = ColorMapFactory(supported_colormaps = cmap)
+cmaps = ColorMapFactory(supported_colormaps=cmap)
210
app.include_router(cmaps.router, tags=["ColorMaps"])
211
212
+
213
@app.get("/healthz", description="Health Check", tags=["Health Check"])
214
def ping():
215
"""Health check."""
0 commit comments