Skip to content

Commit d83a0a4

Browse files
author
Michael Wunderlich
committed
readme
1 parent 26874ca commit d83a0a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ When you run the frontend locally, it needs to know the full URL of the API in o
8383
2. Set the value of the api module to the full URL of the API.
8484
* Use the domain name of your environment to test changes to the frontend without running the backend locally
8585

86-
module.value('api', 'http://scorekeep.XXXXXXXX.elasticbeanstalk.com/api/');
86+
module.value('api', 'http://scorekeep.XXXXXXXX.elasticbeanstalk.com/api/');
8787

8888
* Use localhost:5000 to test both frontend and backend changes when running both locally.
89-
90-
module.value('api', 'http://localhost:5000/api/');
89+
90+
module.value('api', 'http://localhost:5000/api/');
9191

9292
3. Refresh the app in your browser to load the updated script.
9393

0 commit comments

Comments
 (0)