Update service uri
This commit is contained in:
parent
7584f3bbf9
commit
75b960a0f1
@ -20,7 +20,7 @@ export class LunchService {
|
||||
private restaurantAdapter: RestaurantAdapter,
|
||||
private menuAdapter: MenuAdapter,
|
||||
private mealAdapter: MealAdapter) {
|
||||
this.serviceUri = 'https://lunch.zvon.tech:1985/';
|
||||
this.serviceUri = 'https://lunch.zvon.tech/api/';
|
||||
this.getUri = 'get';
|
||||
this.getRestaurantParam = 'restaurant';
|
||||
this.getDayParam = 'day';
|
||||
|
Loading…
Reference in New Issue
Block a user