Added callers moulde #120

Merged
kdeng00 merged 44 commits from add_queue_endpoint into v0.2 2025-04-22 20:08:24 -04:00
Showing only changes of commit 9369c5a39e - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
pub mod song;
pub mod endpoints {
pub const QUEUESONG: &str = "api/v2/song/queue";
pub const QUEUESONG: &str = "/api/v2/song/queue";
}