Update service uri

This commit is contained in:
zv0n 2022-10-29 14:16:42 +02:00
parent 7584f3bbf9
commit 75b960a0f1

View File

@ -20,7 +20,7 @@ export class LunchService {
private restaurantAdapter: RestaurantAdapter, private restaurantAdapter: RestaurantAdapter,
private menuAdapter: MenuAdapter, private menuAdapter: MenuAdapter,
private mealAdapter: MealAdapter) { private mealAdapter: MealAdapter) {
this.serviceUri = 'https://lunch.zvon.tech:1985/'; this.serviceUri = 'https://lunch.zvon.tech/api/';
this.getUri = 'get'; this.getUri = 'get';
this.getRestaurantParam = 'restaurant'; this.getRestaurantParam = 'restaurant';
this.getDayParam = 'day'; this.getDayParam = 'day';