Add Favorite GET, and POST endpoints
This commit is contained in:
@@ -79,3 +79,8 @@ pub struct CreateAccountRequest {
|
||||
pub password: String,
|
||||
pub confirmation: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct AddFavoriteRequest {
|
||||
pub path: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user