Endpoint is now available

This commit is contained in:
kdeng00
2025-05-22 15:43:54 -04:00
parent 0ce0c549d6
commit 5b70003f54
+4
View File
@@ -81,6 +81,10 @@ pub mod init {
crate::callers::endpoints::NEXTQUEUESONG,
get(crate::callers::song::endpoint::fetch_queue_song),
)
.route(
crate::callers::endpoints::QUEUESONGUPDATE,
patch(crate::callers::song::endpoint::update_song_queue)
)
.route(
crate::callers::endpoints::QUEUEMETADATA,
post(crate::callers::metadata::endpoint::queue_metadata),