Endpoint is now available

This commit is contained in:
kdeng00
2025-05-26 15:52:28 -04:00
parent 78c371b0a4
commit 9d37fd108b
+3
View File
@@ -101,6 +101,9 @@ pub mod init {
crate::callers::endpoints::QUEUECOVERARTLINK,
patch(crate::callers::coverart::endpoint::link),
)
.route(crate::callers::endpoints::QUEUECOVERARTDATAWIPE,
patch(crate::callers::coverart::endpoint::wipe_data_from_coverart_queue)
)
.route(
crate::callers::endpoints::CREATESONG,
post(crate::callers::song::endpoint::create_metadata),