feat(api): получит наряд по ИД
This commit is contained in:
@@ -217,6 +217,7 @@ namespace PARR.API.Contracts.V1
|
||||
public static class Order
|
||||
{
|
||||
public const string GetAll = Base + "/orders/";
|
||||
public const string Get = Base + "/orders/" + getParam;
|
||||
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user