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 943324e commit 79f8497Copy full SHA for 79f8497
tiled/server/router.py
@@ -248,7 +248,7 @@ async def about(
248
)
249
250
@router.get(
251
- "/api/v1/search/{path:path}",
+ "/search/{path:path}",
252
response_model=schemas.Response[
253
List[schemas.Resource[schemas.NodeAttributes, dict, dict]],
254
schemas.PaginationLinks,
@@ -327,7 +327,7 @@ async def search(
327
328
329
330
- "/api/v1/distinct/{path:path}",
+ "/distinct/{path:path}",
331
response_model=schemas.GetDistinctResponse,
332
333
@patch_route_signature(query_registry=query_registry)
0 commit comments