Made endpoint evailable

This commit is contained in:
kdeng00
2025-07-26 12:40:13 -04:00
parent fd7a88b6d0
commit d796cbcc16
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -119,6 +119,10 @@ pub mod init {
crate::callers::endpoints::GETSONGS,
get(crate::callers::song::endpoint::get_songs),
)
.route(
crate::callers::endpoints::GETCOVERART,
get(crate::callers::coverart::endpoint::get_coverart)
)
}
pub async fn app() -> axum::Router {