diff --git a/source/backend/api/Pims.Api.csproj b/source/backend/api/Pims.Api.csproj index d2263556bb..04c2f76735 100644 --- a/source/backend/api/Pims.Api.csproj +++ b/source/backend/api/Pims.Api.csproj @@ -2,9 +2,9 @@ 0ef6255f-9ea0-49ec-8c65-c172304b4926 - 3.0.0-42.20 - 3.0.0-42.20 - 3.0.0.42 + 3.0.1-42.20 + 3.0.1-42.20 + 3.0.1.42 true 16BC0468-78F6-4C91-87DA-7403C919E646 diff --git a/source/backend/ltsa/Configuration/LtsaOptions.cs b/source/backend/ltsa/Configuration/LtsaOptions.cs index 0c284425d1..121e973f1b 100644 --- a/source/backend/ltsa/Configuration/LtsaOptions.cs +++ b/source/backend/ltsa/Configuration/LtsaOptions.cs @@ -9,31 +9,31 @@ public class LtsaOptions /// /// get/set - The URI to the Ltsa API service. /// - public string HostUri { get; } = "https://tduat-x42b.ltsa.ca/titledirect/search/api"; + public string HostUri { get; set; } = "https://tduat-x42b.ltsa.ca/titledirect/search/api"; /// /// get/set - API endpoint for title summaries endpoint /// - public string TitleSummariesEndpoint { get; } = "titleSummaries"; + public string TitleSummariesEndpoint { get; set; } = "titleSummaries"; /// /// get/set - API endpoint for orders endpoint /// - public string OrdersEndpoint { get; } = "orders"; + public string OrdersEndpoint { get; set; } = "orders"; /// /// get/set - API root url for auth requests /// - public string AuthUrl { get; } = "https://appsuat.ltsa.ca/iam/api/auth"; + public string AuthUrl { get; set; } = "https://appsuat.ltsa.ca/iam/api/auth"; /// /// get/set - API endpoint for auth refresh token endpoint /// - public string RefreshEndpoint { get; } = "token"; + public string RefreshEndpoint { get; set; } = "token"; /// /// get/set - API endpoint for integrator login /// - public string LoginIntegratorEndpoint { get; } = "login/integrator"; + public string LoginIntegratorEndpoint { get; set; } = "login/integrator"; /// /// get/set - Integrator Username. diff --git a/source/frontend/package.json b/source/frontend/package.json index 4d1a063e36..9871d337e7 100644 --- a/source/frontend/package.json +++ b/source/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "3.0.0-42.20", + "version": "3.0.1-42.20", "private": true, "dependencies": { "@bcgov/bc-sans": "1.0.1",