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 c7a4d6d commit 8a3b3deCopy full SHA for 8a3b3de
runtime/eoapi/vector/eoapi/vector/app.py
@@ -48,7 +48,7 @@
48
endpoints = TiPgEndpoints(
49
title=settings.name, templates=templates, with_tiles_viewer=True
50
)
51
-app.include_router(endpoints.router, tags=["OGC API"])
+app.include_router(endpoints.router)
52
53
# Set all CORS enabled origins
54
if settings.cors_origins:
0 commit comments