Code refactor

This commit is contained in:
kdeng00
2025-04-25 22:54:30 -04:00
parent 6bd3a8210e
commit 38c1b3baeb
2 changed files with 36 additions and 25 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ pub mod init {
crate::callers::endpoints::QUEUESONG,
post(crate::callers::song::endpoint::queue_song),
)
.route(crate::callers::endpoints::NEXTQUEUESONG,
.route(
crate::callers::endpoints::NEXTQUEUESONG,
get(crate::callers::song::endpoint::fetch_queue_song),
)
.route(