diff --git a/Package/python/src/bellande_step/bellande_step_api.py b/Package/python/src/bellande_step/bellande_step_api.py index 4df3a53..223a700 100644 --- a/Package/python/src/bellande_step/bellande_step_api.py +++ b/Package/python/src/bellande_step/bellande_step_api.py @@ -21,7 +21,7 @@ import json import sys def make_bellande_step_request(node0, node1, limit, dimensions): - url = "https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Step/bellande_step_nd" + url = "https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Step/bellande_step" # Convert string inputs to lists if they're strings if isinstance(node0, str):