Get coverart (#163)

* Added initial code to get coverart endpoint

* Test migration cleanup

* Updated icarus_models

* Made endpoint evailable

* Added test

* Version bump

* Code formatting
This commit was merged in pull request #163.
This commit is contained in:
KD
2025-07-26 14:12:03 -04:00
committed by GitHub
parent dbda9a3897
commit a8603361c0
6 changed files with 155 additions and 9 deletions
+1
View File
@@ -18,6 +18,7 @@ pub mod endpoints {
pub const CREATESONG: &str = "/api/v2/song";
pub const GETSONGS: &str = "/api/v2/song";
pub const CREATECOVERART: &str = "/api/v2/coverart";
pub const GETCOVERART: &str = "/api/v2/coverart";
}
pub mod response {