Added callers moulde #120

Merged
kdeng00 merged 44 commits from add_queue_endpoint into v0.2 2025-04-22 20:08:24 -04:00
2 changed files with 4 additions and 7 deletions
Showing only changes of commit 127f833dc7 - Show all commits
+1 -1
View File
@@ -2,4 +2,4 @@ pub mod song;
pub mod endpoints {
pub const QUEUESONG: &str = "api/v2/song/queue";
}
}
+3 -6
View File
@@ -1,8 +1,5 @@
pub mod request {
}
pub mod request {}
pub mod response {
}
pub mod response {}
pub mod endpoint {
}
pub mod endpoint {}