From a025bd87c1d752f1691e3f30b4647c2bc63f1376 Mon Sep 17 00:00:00 2001 From: Sergio Matias Date: Thu, 31 Jul 2025 19:56:56 -0600 Subject: [PATCH] fix id route --- Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs b/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs index dea1289..f7eb81b 100644 --- a/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs +++ b/Core.Thalos.BuildingBlocks/Common/Constants/Routes.cs @@ -24,7 +24,7 @@ namespace Core.Thalos.BuildingBlocks /// /// The identifier route. /// - public const string Id = "{id}"; + public const string Id = "{_id}"; /// /// The Authentication route.