rename
This commit is contained in:
parent
0186d5d2ba
commit
47ff6dcb81
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue