fix id route
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user