From 75b960a0f1e3cf84abf2dc4339be64836d6fe76a Mon Sep 17 00:00:00 2001 From: zv0n Date: Sat, 29 Oct 2022 14:16:42 +0200 Subject: [PATCH] Update service uri --- src/app/services/lunch/lunch.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/lunch/lunch.service.ts b/src/app/services/lunch/lunch.service.ts index 57f7e98..39ee191 100644 --- a/src/app/services/lunch/lunch.service.ts +++ b/src/app/services/lunch/lunch.service.ts @@ -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';