Endpoint is now available

This commit is contained in:
kdeng00
2025-07-28 16:57:16 -04:00
parent d8f0c08cee
commit 04bdef56c9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ pub mod endpoints {
pub const DOWNLOADSONG: &str = "/api/v2/song/download/{id}";
pub const CREATECOVERART: &str = "/api/v2/coverart";
pub const GETCOVERART: &str = "/api/v2/coverart";
pub const DOWNLOADCOVERART: &str = "/api/v2/coverart/download/{id}";
}
pub mod response {