Skip to content

Commit

Permalink
WIP: Temporarily include geoencode route in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jan 12, 2025
1 parent b23bf7f commit 275ff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/thematic/geoencoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


@router.get(
"/geoencoder", tags=["Geoencoder"], status_code=200, include_in_schema=False
"/geoencoder", tags=["Geoencoder"], status_code=200, include_in_schema=True
)
async def geoencoder(params: GeoencoderQueryParams = Depends()):
"""Look up administrative boundary IDs matching a specified country name
Expand Down

0 comments on commit 275ff6e

Please sign in to comment.