From 14d6175c24c525e797f64fcfc166df63b1052691 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Thu, 3 Aug 2023 17:01:51 +0200 Subject: [PATCH] working --- Wonky.Client/Pages/CatalogCountryPagedListPage.razor.cs | 1 + Wonky.Client/wwwroot/appsettings.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Wonky.Client/Pages/CatalogCountryPagedListPage.razor.cs b/Wonky.Client/Pages/CatalogCountryPagedListPage.razor.cs index 92c29a17..a61caca3 100644 --- a/Wonky.Client/Pages/CatalogCountryPagedListPage.razor.cs +++ b/Wonky.Client/Pages/CatalogCountryPagedListPage.razor.cs @@ -13,6 +13,7 @@ // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // +using System.Text.Json; using Blazored.LocalStorage; using Wonky.Client.HttpInterceptors; using Microsoft.AspNetCore.Components; diff --git a/Wonky.Client/wwwroot/appsettings.json b/Wonky.Client/wwwroot/appsettings.json index b2b4c64f..54c5adfe 100644 --- a/Wonky.Client/wwwroot/appsettings.json +++ b/Wonky.Client/wwwroot/appsettings.json @@ -3,14 +3,14 @@ "name": "Wonky Online", "version": "203.0", "rc": true, - "sandBox": false, + "sandBox": true, "image": "grumpy-coder.png", "sdk": "dotnet 7.0" }, "Logging": { "LogLevel": { - "Default": "None", - "System": "None", + "Default": "Debug", + "System": "Debug", "Microsoft": "Information" }, "Debug": { @@ -21,7 +21,7 @@ }, "apiConfig": { "assetUrl": "https://files.innotec.dk", - "baseUrl": "https://zeta.innotec.dk", + "baseUrl": "https://dev.innotec.dk", "catalog": "api/v2/catalog/country", "crmCustomers": "api/v2/crm/companies", "crmReports": "api/v2/crm/advisors/reports",