Added test code

This commit is contained in:
phoenix
2025-04-23 20:27:03 -04:00
parent b077f36c8b
commit 61b006bbcf
2 changed files with 102 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@ pub mod song;
pub mod endpoints {
pub const QUEUESONG: &str = "/api/v2/song/queue";
pub const QUEUEMETADATA: &str = "/api/v2/song/metadata/queue";
}