production api

This commit is contained in:
Frede Hundewadt 2022-11-14 18:11:17 +01:00
parent 949d27b903
commit c5e0099af6
2 changed files with 2 additions and 2 deletions

View file

@ -21,5 +21,5 @@ namespace Wonky.Client.Components;
public partial class ReportTableComponent
{
[Parameter] public List<NgSalesReportListView> ReportList { get; set; }
[Parameter] public List<NgSalesReportListView> ReportList { get; set; } = new();
}

View file

@ -7,7 +7,7 @@
"image": "grumpy-coder.png"
},
"apiConfig": {
"innoBaseUrl": "https://eta.innotec.dk",
"innoBaseUrl": "https://zeta.innotec.dk",
"glsTrackUrl": "https://www.gls-group.eu/276-I-PORTAL-WEB/content/GLS/DK01/DA/5004.htm?txtAction=71000&txtRefNo=",
"glsId": "",
"serviceVirk": "api/v2/services/virk",