Skip to content

Commit 2f5aa4f

Browse files
committed
Update auth url
1 parent 4a1e48b commit 2f5aa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const environment = {
22
production: false,
33
apiUrl: 'https://644a9189a8370fb321528794.mockapi.io/api/v1/',
4-
auth_uri: 'https://oauth2.googleapis.com/tokeninfo',
4+
auth_uri: 'https://mock-api-nodejs.netlify.app/.netlify/functions/api/',
55
};

0 commit comments

Comments
 (0)