Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed May 17, 2022
1 parent 0186d5d commit 47ff6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bumper/web/plugins/api/pim/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def routes(self) -> Iterable[AbstractRouteDef]:
web.route(
"*",
"/product/getConfignetAll",
_handle_get_confignet_all,
_handle_get_config_net_all,
),
web.route(
"*",
Expand Down Expand Up @@ -59,7 +59,7 @@ async def _handle_get_product_iot_map(_: Request) -> Response:
raise HTTPInternalServerError


async def _handle_get_confignet_all(_: Request) -> Response:
async def _handle_get_config_net_all(_: Request) -> Response:
"""Get config net all."""
try:
with open(
Expand Down

0 comments on commit 47ff6dc

Please sign in to comment.