Skip to content

Commit 18c4705

Browse files
author
Matias Melograno
committed
pointing to authv2
1 parent 2fed3ec commit 18c4705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/api/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def authenticate(self):
4040
try:
4141
response = self._client.get(
4242
'auth',
43-
'/auth',
43+
'/v2/auth',
4444
self._apikey,
4545
extra_headers=self._metadata
4646
)

0 commit comments

Comments
 (0)