auth0-samples / auth0-api-auth-implicit-sample

6 stars 5 forks source link

Ports mapped incorrectly in index.html #4

Closed onlinelaser closed 6 years ago

onlinelaser commented 6 years ago

Out of the box this example logs in, but the buttons don't work because the port mapping in the URLs used by the ajax calls are swapped when compared to the default .env file.

eg http://localhost:3001/api/appointments (line 50) http://localhost:3002/api/contacts (line 64)

should be http://localhost:3002/api/appointments http://localhost:3001/api/contacts

onlinelaser commented 6 years ago

Sorry saw this was the same as the existing issue - what a waste of time, whoops... Please accept pull request #2 so no one else trips over this!