Created a new route used to rearrange the items inside a user's watchlist. This allows the user to organize the tracked coins in a way that they find suitable instead of being held by the order in which they are added.
Route gets the user linked to the given token and sets its watchlist to be the one passed through the request in the watchlist section.
Created a new route used to rearrange the items inside a user's watchlist. This allows the user to organize the tracked coins in a way that they find suitable instead of being held by the order in which they are added.
Route gets the user linked to the given token and sets its watchlist to be the one passed through the request in the
watchlist
section.closes #66
Time spent: 30 mins