fix in http_plugin endpoint

This commit is contained in:
avollkopf 2023-04-02 18:27:15 +02:00
parent 73200890a1
commit 1357aa2a0e

View file

@ -88,7 +88,7 @@ class PluginHttpEndpoints:
return web.json_response(plugin_list, dumps=json_dumps) return web.json_response(plugin_list, dumps=json_dumps)
@request_mapping(path="/names", method="GET", auth_required=False) @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 description: Get a list of avialable plugin names