This commit is contained in:
Robert Resch 2022-05-17 23:48:45 +02:00
parent 0186d5d2ba
commit 47ff6dcb81

View file

@ -31,7 +31,7 @@ class ProductPlugin(WebserverPlugin):
web.route( web.route(
"*", "*",
"/product/getConfignetAll", "/product/getConfignetAll",
_handle_get_confignet_all, _handle_get_config_net_all,
), ),
web.route( web.route(
"*", "*",
@ -59,7 +59,7 @@ async def _handle_get_product_iot_map(_: Request) -> Response:
raise HTTPInternalServerError raise HTTPInternalServerError
async def _handle_get_confignet_all(_: Request) -> Response: async def _handle_get_config_net_all(_: Request) -> Response:
"""Get config net all.""" """Get config net all."""
try: try:
with open( with open(