Commit 25bdf49e authored by Javier Velázquez's avatar Javier Velázquez
Browse files

Merge branch 'feat/35-tid-fix-planner-url' into 'develop'

Resolve "(TID) Fix planner URL"

See merge request !35
parents 29da50b1 97b3b241
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"