diff --git a/src/planner/e2e_optical_planner/e2e_optical.py b/src/planner/e2e_optical_planner/e2e_optical.py index a11068e53f9725682f02ba172adb497e0e9c12ca..2c4f35e3b6ea1c67b5dfe066d9415a127c3fcc0c 100644 --- a/src/planner/e2e_optical_planner/e2e_optical.py +++ b/src/planner/e2e_optical_planner/e2e_optical.py @@ -31,7 +31,7 @@ def e2e_optical_planner(intent, ip: str, action: str = "create") -> dict: logging.debug("DELETE REQUEST RECEIVED FOR E2EOptical: %s", intent) return None - url = f"http://{ip}/restconf/e2epathcomp/v0/e2e_path_computation" + url = f"http://{ip}/tfs-api/e2e_path_computation" headers = { "Content-Type": "application/json", "Accept": "application/json"