Making download endpoint available

This commit is contained in:
kdeng00
2025-07-28 16:22:26 -04:00
parent 76531cbba7
commit a949c26933
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -127,6 +127,7 @@ pub mod init {
crate::callers::endpoints::STREAMSONG,
get(crate::callers::song::endpoint::stream_song),
)
.route(crate::callers::endpoints::DOWNLOADSONG, get(crate::callers::song::endpoint::download_song))
}
pub async fn app() -> axum::Router {