Skip to content

Commit

Permalink
remove test router
Browse files Browse the repository at this point in the history
  • Loading branch information
BielStela committed Oct 29, 2024
1 parent ed33510 commit 0889cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def path_params(raster_filename: Annotated[str, Query(description="Raster filena

app.include_router(tiler_routes.router, tags=["Raster"], dependencies=[Depends(verify_token)])
app.include_router(grid_router, prefix="/grid", tags=["Grid"], dependencies=[Depends(verify_token)])
app.include_router(grid_router, prefix="/grid", tags=["Grid"])

add_exception_handlers(app, DEFAULT_STATUS_CODES)

Expand Down

0 comments on commit 0889cf3

Please sign in to comment.