This commit is contained in:
Frede Hundewadt 2023-08-03 17:01:51 +02:00
parent e715be8ff5
commit 14d6175c24
2 changed files with 5 additions and 4 deletions

View file

@ -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;

View file

@ -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",