Hadiasemi / Crypto-Tracker

0 stars 2 forks source link

Created route to rearrange a user's watchlist #67

Closed WeslyOrtega closed 3 years ago

WeslyOrtega commented 3 years ago

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