Skip to content

Commit 6e590c3

Browse files
authored
Updated refresh endpoint in __init__.py (#336)
1 parent 52e0fb6 commit 6e590c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgtg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
AUTH_BY_EMAIL_ENDPOINT = "auth/v5/authByEmail"
1818
AUTH_POLLING_ENDPOINT = "auth/v5/authByRequestPollingId"
1919
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v5/signUpByEmail"
20-
REFRESH_ENDPOINT = "auth/v5/token/refresh"
20+
REFRESH_ENDPOINT = "token/v1/refresh"
2121
ACTIVE_ORDER_ENDPOINT = "order/v8/active"
2222
INACTIVE_ORDER_ENDPOINT = "order/v8/inactive"
2323
CREATE_ORDER_ENDPOINT = "order/v8/create/"

0 commit comments

Comments
 (0)