File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ When you run the frontend locally, it needs to know the full URL of the API in o
8181
82821 . Open [ eb-java-scorekeep/public/app/scorekeep.js] ( https://github.com/awslabs/eb-java-scorekeep/blob/master/public/app/scorekeep.js ) .
83832 . Set the value of the api module to the full URL of the API.
84- * . Use the domain name of your environment to test changes to the frontend without running the backend locally
84+ * . Use the domain name of your environment to test changes to the frontend without running the backend locally
8585 module.value('api', 'http://scorekeep.XXXXXXXX.elasticbeanstalk.com/api/ ');
86- * . Use localhost:5000 to test both frontend and backend changes when running both locally.
86+ * . Use localhost:5000 to test both frontend and backend changes when running both locally.
8787 module.value('api', 'http://localhost:5000/api/ ');
88883 . Refresh the app in your browser to load the updated script.
8989
You can’t perform that action at this time.
0 commit comments