Fix endpoint paths for StoreMembers and StoreInformation in Endpoints.cs
This commit is contained in:
@@ -8,9 +8,9 @@ namespace FsToolbox.Cli
|
|||||||
|
|
||||||
public static string RegionStores => $"{ApiBase}/api/region/{{0}}/stores";
|
public static string RegionStores => $"{ApiBase}/api/region/{{0}}/stores";
|
||||||
|
|
||||||
public static string StoreMembers => $"{ApiBase}/api/stores/{{0}}/member";
|
public static string StoreMembers => $"{ApiBase}/api/stores/{{0}}/members";
|
||||||
|
|
||||||
public static string StoreInformation => $"{ApiBase}/api/stores/{{0}}/information";
|
public static string StoreDetails => $"{ApiBase}/api/stores/{{0}}/details";
|
||||||
|
|
||||||
public static string StorePickups => $"{ApiBase}/api/stores/{{0}}/pickups";
|
public static string StorePickups => $"{ApiBase}/api/stores/{{0}}/pickups";
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ namespace FsToolbox.Cli
|
|||||||
|
|
||||||
public static string UserCurrent => $"{ApiBase}/api/user/current";
|
public static string UserCurrent => $"{ApiBase}/api/user/current";
|
||||||
|
|
||||||
public static string UserLogin => $"{ApiBase}/api/user/login";
|
public static string UserLogin => $"{ApiBase}/api/login";
|
||||||
public static string StoreLog => $"{ApiBase}/api/stores/{{0}}/log/{{1}}/{{2}}/{{3}}";
|
public static string StoreLog => $"{ApiBase}/api/stores/{{0}}/log/{{1}}/{{2}}/{{3}}";
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user