Skip to content

Commit 9660e51

Browse files
authored
updated client folder
1 parent c0bc286 commit 9660e51

File tree

1 file changed

+4
-2
lines changed
  • course-04/project/c4-final-project-starter-code/client/src

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
// TODO: Once your application is deployed, copy an API id here so that the frontend could interact with it
12
const apiId = '...'
23
export const apiEndpoint = `https://${apiId}.execute-api.us-east-1.amazonaws.com/dev`
34

45
export const authConfig = {
5-
domain: '...',
6-
clientId: '...',
6+
// TODO: Create an Auth0 application and copy values from it into this map
7+
domain: '...', // Auth0 domain
8+
clientId: '...', // Auth0 client id
79
callbackUrl: 'http://localhost:3000/callback'
810
}

0 commit comments

Comments
 (0)