Skip to content

Commit d7a12b4

Browse files
author
Robin VAN DE MERGHEL
committed
fix: Change endpoint names as in DiracX PR
1 parent b9789ab commit d7a12b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pilot/proxyTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def refreshPilotToken(url, pilotUUID, jwt):
298298

299299
# Create request object with required configuration
300300
config = BaseRequest(
301-
url=url + "/api/pilots/token",
301+
url=url + "/api/auth/pilot-token",
302302
caPath=caPath,
303303
pilotUUID=pilotUUID,
304304
)

0 commit comments

Comments
 (0)