Skip to content

Commit bbee50a

Browse files
committed
update token refresh endpoint
1 parent aa213e5 commit bbee50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgtg_scanner/tgtg/tgtg_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
AUTH_BY_EMAIL_ENDPOINT = "auth/v5/authByEmail"
2929
AUTH_POLLING_ENDPOINT = "auth/v5/authByRequestPollingId"
3030
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v5/signUpByEmail"
31-
REFRESH_ENDPOINT = "auth/v5/token/refresh"
31+
REFRESH_ENDPOINT = "token/v1/refresh"
3232
ACTIVE_ORDER_ENDPOINT = "order/v8/active"
3333
INACTIVE_ORDER_ENDPOINT = "order/v8/inactive"
3434
CREATE_ORDER_ENDPOINT = "order/v8/create/"

0 commit comments

Comments
 (0)