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 aa213e5 commit bbee50aCopy full SHA for bbee50a
tgtg_scanner/tgtg/tgtg_client.py
@@ -28,7 +28,7 @@
28
AUTH_BY_EMAIL_ENDPOINT = "auth/v5/authByEmail"
29
AUTH_POLLING_ENDPOINT = "auth/v5/authByRequestPollingId"
30
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v5/signUpByEmail"
31
-REFRESH_ENDPOINT = "auth/v5/token/refresh"
+REFRESH_ENDPOINT = "token/v1/refresh"
32
ACTIVE_ORDER_ENDPOINT = "order/v8/active"
33
INACTIVE_ORDER_ENDPOINT = "order/v8/inactive"
34
CREATE_ORDER_ENDPOINT = "order/v8/create/"
0 commit comments