Skip to content

Commit e247d14

Browse files
committed
fix(auth/service): Update Auth platform url (use thegraph domain)
1 parent 6fce5c0 commit e247d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amp/auth/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .models import AuthStorage, RefreshTokenResponse
1515

1616
# Auth platform URL (matches TypeScript implementation)
17-
AUTH_PLATFORM_URL = 'https://auth.amp.edgeandnode.com/'
17+
AUTH_PLATFORM_URL = 'https://auth.amp.thegraph.com/'
1818

1919
# Storage location (matches TypeScript implementation)
2020
# TypeScript CLI uses: ~/.amp-cli-config/amp_cli_auth (directory with file inside)

0 commit comments

Comments
 (0)