mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 14:38:15 +01:00
fix in http_plugin endpoint
This commit is contained in:
parent
73200890a1
commit
1357aa2a0e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class PluginHttpEndpoints:
|
|||
return web.json_response(plugin_list, dumps=json_dumps)
|
||||
|
||||
@request_mapping(path="/names", method="GET", auth_required=False)
|
||||
async def list(self, request):
|
||||
async def names(self, request):
|
||||
"""
|
||||
---
|
||||
description: Get a list of avialable plugin names
|
||||
|
|
Loading…
Reference in a new issue