diff --git a/src/services/RestaurantService.js b/src/services/RestaurantService.js index 9961412..cbd33f8 100644 --- a/src/services/RestaurantService.js +++ b/src/services/RestaurantService.js @@ -14,7 +14,7 @@ class RestaurantService { if (window.location.hostname === "localhost") { // adaption between local ports and on the PaaS server this.url = 'http://' + window.location.hostname + ":" + this.port; } else { - this.url = 'https://webdev-awesome-project-server.herokuapp.com/'; + this.url = 'https://webdev-awesome-project-server.herokuapp.com'; } this.url += '/api'; }