Cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// TODO: Refactor this file when this app is functional
|
||||
|
||||
// TODO: Create song
|
||||
pub mod create_song {
|
||||
pub async fn create(
|
||||
base_url: &String,
|
||||
@@ -44,7 +43,6 @@ pub mod create_song {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Create coverart
|
||||
pub mod create_coverart {
|
||||
|
||||
pub async fn create(
|
||||
@@ -77,7 +75,6 @@ pub mod create_coverart {
|
||||
}
|
||||
|
||||
pub mod wipe_data {
|
||||
// TODO: Wipe data from queued song
|
||||
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()?;
|
||||
|
Reference in New Issue
Block a user