tsk-176: Endpoint is now available

This commit is contained in:
kdeng00
2025-08-19 11:51:42 -04:00
parent 14014c35f8
commit b8ec22a9f5
+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 {