fix id route

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

View File

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