Added new endpoint

This commit is contained in:
kdeng00
2025-04-30 21:42:20 -04:00
parent 3f22a4f6b0
commit db1f035867
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -85,6 +85,10 @@ pub mod init {
crate::callers::endpoints::QUEUEMETADATA,
get(crate::callers::metadata::endpoint::fetch_metadata),
)
.route(
crate::callers::endpoints::QUEUEMETADATA,
post(crate::callers::coverart::endpoint::queue),
)
}
pub async fn app() -> axum::Router {