Changing url
This commit is contained in:
@@ -81,7 +81,7 @@ pub mod wipe_data {
|
||||
pub mod song_queue {
|
||||
pub async fn wipe_data(base_url: &String, song_queue_id: &uuid::Uuid) -> Result<reqwest::Response, reqwest::Error> {
|
||||
let client = reqwest::Client::builder().build()?;
|
||||
let url = format!("{base_url}/api/v2/coverart");
|
||||
let url = format!("{base_url}/api/v2/song/queue/data/wipe");
|
||||
let payload = serde_json::json!({
|
||||
"song_queue_id": song_queue_id
|
||||
});
|
||||
|
Reference in New Issue
Block a user