Endpoint now available

This commit is contained in:
kdeng00
2025-05-20 20:20:27 -04:00
parent 3e04a6afb8
commit e3546ffa07
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -69,6 +69,10 @@ pub mod init {
crate::callers::endpoints::QUEUESONG,
post(crate::callers::song::endpoint::queue_song),
)
.route(
crate::callers::endpoints::QUEUESONG,
patch(crate::callers::song::endpoint::update_song_queue_status),
)
.route(
crate::callers::endpoints::QUEUESONGDATA,
get(crate::callers::song::endpoint::download_flac),