Get songs endpoint #162

Merged
kdeng00 merged 27 commits from get_songs into v0.2 2025-07-25 18:20:28 -04:00
Showing only changes of commit f508f0c469 - Show all commits
+1
View File
@@ -1826,6 +1826,7 @@ mod tests {
}
let pool = super::db_mgr::connect_to_db(&db_name).await.unwrap();
super::super::db::migrations(&pool).await;
super::db_mgr::migrations(&pool).await;
let _app = super::init::app(pool).await;