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] // 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 Blazored.LocalStorage;
using Wonky.Client.HttpInterceptors; using Wonky.Client.HttpInterceptors;
using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components;

View file

@ -3,14 +3,14 @@
"name": "Wonky Online", "name": "Wonky Online",
"version": "203.0", "version": "203.0",
"rc": true, "rc": true,
"sandBox": false, "sandBox": true,
"image": "grumpy-coder.png", "image": "grumpy-coder.png",
"sdk": "dotnet 7.0" "sdk": "dotnet 7.0"
}, },
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "None", "Default": "Debug",
"System": "None", "System": "Debug",
"Microsoft": "Information" "Microsoft": "Information"
}, },
"Debug": { "Debug": {
@ -21,7 +21,7 @@
}, },
"apiConfig": { "apiConfig": {
"assetUrl": "https://files.innotec.dk", "assetUrl": "https://files.innotec.dk",
"baseUrl": "https://zeta.innotec.dk", "baseUrl": "https://dev.innotec.dk",
"catalog": "api/v2/catalog/country", "catalog": "api/v2/catalog/country",
"crmCustomers": "api/v2/crm/companies", "crmCustomers": "api/v2/crm/companies",
"crmReports": "api/v2/crm/advisors/reports", "crmReports": "api/v2/crm/advisors/reports",