We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e0fb6 commit 6e590c3Copy full SHA for 6e590c3
tgtg/__init__.py
@@ -17,7 +17,7 @@
17
AUTH_BY_EMAIL_ENDPOINT = "auth/v5/authByEmail"
18
AUTH_POLLING_ENDPOINT = "auth/v5/authByRequestPollingId"
19
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v5/signUpByEmail"
20
-REFRESH_ENDPOINT = "auth/v5/token/refresh"
+REFRESH_ENDPOINT = "token/v1/refresh"
21
ACTIVE_ORDER_ENDPOINT = "order/v8/active"
22
INACTIVE_ORDER_ENDPOINT = "order/v8/inactive"
23
CREATE_ORDER_ENDPOINT = "order/v8/create/"
0 commit comments