Endpoint is available

This commit is contained in:
kdeng00
2025-05-24 18:16:19 -04:00
parent 5675bb48b6
commit 6f403b1120
+4
View File
@@ -101,6 +101,10 @@ pub mod init {
crate::callers::endpoints::CREATESONG,
post(crate::callers::song::endpoint::create_metadata),
)
.route(
crate::callers::endpoints::CREATECOVERART,
post(crate::callers::coverart::endpoint::create_coverart),
)
}
pub async fn app() -> axum::Router {