Loading src/planner/e2e_optical_planner/e2e_optical.py +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
src/planner/e2e_optical_planner/e2e_optical.py +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading