File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public class LootLockerEndPoints
69
69
public static EndPointClass gettingAssetBoneInformation = new EndPointClass ( "v1/asset/bones" , LootLockerHTTPMethod . GET ) ;
70
70
public static EndPointClass listingFavouriteAssets = new EndPointClass ( "v1/asset/favourites" , LootLockerHTTPMethod . GET ) ;
71
71
public static EndPointClass addingFavouriteAssets = new EndPointClass ( "v1/asset/{0}/favourite" , LootLockerHTTPMethod . POST ) ;
72
- public static EndPointClass removingFavouriteAssets = new EndPointClass ( "v1/asset/258 /favourite" , LootLockerHTTPMethod . DELETE ) ;
72
+ public static EndPointClass removingFavouriteAssets = new EndPointClass ( "v1/asset/{0} /favourite" , LootLockerHTTPMethod . DELETE ) ;
73
73
74
74
//Asset storage
75
75
[ Header ( "Asset Instances" ) ]
You can’t perform that action at this time.
0 commit comments