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 107f776 commit 8db5d9aCopy full SHA for 8db5d9a
pygeoapi/starlette_app.py
@@ -557,7 +557,7 @@ async def admin_config(request: Request):
557
"""
558
559
if request.method == 'GET':
560
- return await execute_from_starlette(admin_api.get_config, request,
+ return await execute_from_starlette(admin_api.get_config_, request,
561
alternative_api=ADMIN)
562
elif request.method == 'PUT':
563
return await execute_from_starlette(admin_api.put_config, request,
0 commit comments