Code refactor
This commit is contained in:
+2
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user