Skip to content

Commit 8a3b3de

Browse files
committed
remove tags
1 parent c7a4d6d commit 8a3b3de

File tree

1 file changed

+1
-1
lines changed
  • runtime/eoapi/vector/eoapi/vector

1 file changed

+1
-1
lines changed

runtime/eoapi/vector/eoapi/vector/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
endpoints = TiPgEndpoints(
4949
title=settings.name, templates=templates, with_tiles_viewer=True
5050
)
51-
app.include_router(endpoints.router, tags=["OGC API"])
51+
app.include_router(endpoints.router)
5252

5353
# Set all CORS enabled origins
5454
if settings.cors_origins:

0 commit comments

Comments
 (0)