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 4a1e48b commit 2f5aa4fCopy full SHA for 2f5aa4f
src/environments/environment.ts
@@ -1,5 +1,5 @@
1
export const environment = {
2
production: false,
3
apiUrl: 'https://644a9189a8370fb321528794.mockapi.io/api/v1/',
4
- auth_uri: 'https://oauth2.googleapis.com/tokeninfo',
+ auth_uri: 'https://mock-api-nodejs.netlify.app/.netlify/functions/api/',
5
};
0 commit comments