Song stream endpoint is now available
This commit is contained in:
@@ -123,6 +123,7 @@ pub mod init {
|
||||
crate::callers::endpoints::GETCOVERART,
|
||||
get(crate::callers::coverart::endpoint::get_coverart),
|
||||
)
|
||||
.route(crate::callers::endpoints::STREAMSONG, get(crate::callers::song::endpoint::stream_song))
|
||||
}
|
||||
|
||||
pub async fn app() -> axum::Router {
|
||||
|
||||
Reference in New Issue
Block a user