tsk-176: Get all songs endpoint #177

Merged
kdeng00 merged 9 commits from tsk-176 into v0.2 2025-08-19 12:25:46 -04:00
Showing only changes of commit b8ec22a9f5 - Show all commits
+1
View File
@@ -190,6 +190,7 @@ pub mod init {
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
),
)
.route(crate::callers::endpoints::GETALLSONGS, get(crate::callers::song::endpoint::get_all_songs))
}
pub async fn app() -> axum::Router {