diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 16e81fd0..25ef60f4 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -65,8 +65,8 @@ - - + + diff --git a/Lux.UI.Client/Lux.UI.Client.csproj b/Lux.UI.Client/Lux.UI.Client.csproj index 1670c088..23bd6929 100644 --- a/Lux.UI.Client/Lux.UI.Client.csproj +++ b/Lux.UI.Client/Lux.UI.Client.csproj @@ -9,7 +9,7 @@ - + diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index e2a81f0b..92173f60 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 0.9.2509.1312 + 0.9.2509.1615 @@ -17,12 +17,11 @@ - - + - + diff --git a/Lux.UI/appsettings.Development.json b/Lux.UI/appsettings.Development.json index 100e3648..da8e814f 100644 --- a/Lux.UI/appsettings.Development.json +++ b/Lux.UI/appsettings.Development.json @@ -6,7 +6,7 @@ } }, "ServerConf": { - //"Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api" - "Prog.ApiUrl": "https://office.egalware.com/lux/srv/api" + "Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api" + //"Prog.ApiUrl": "https://office.egalware.com/lux/srv/api" } }