fix id route

This commit is contained in:
Sergio Matias 2025-07-31 19:56:56 -06:00
parent ff404ec105
commit a025bd87c1

View File

@ -24,7 +24,7 @@ namespace Core.Thalos.BuildingBlocks
/// <summary>
/// The identifier route.
/// </summary>
public const string Id = "{id}";
public const string Id = "{_id}";
/// <summary>
/// The Authentication route.