Skip to content

Commit 26874ca

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,13 @@ When you run the frontend locally, it needs to know the full URL of the API in o
8282
1. Open [eb-java-scorekeep/public/app/scorekeep.js](https://github.com/awslabs/eb-java-scorekeep/blob/master/public/app/scorekeep.js).
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
85+
8586
module.value('api', 'http://scorekeep.XXXXXXXX.elasticbeanstalk.com/api/');
87+
8688
* Use localhost:5000 to test both frontend and backend changes when running both locally.
89+
8790
module.value('api', 'http://localhost:5000/api/');
91+
8892
3. Refresh the app in your browser to load the updated script.
8993

9094
## Configure the API for CORS

0 commit comments

Comments
 (0)