Added callers moulde #120

Merged
kdeng00 merged 44 commits from add_queue_endpoint into v0.2 2025-04-22 20:08:24 -04:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 4be54434a2 - Show all commits
+3
View File
@@ -213,6 +213,9 @@ mod tests {
let app = crate::init::routes().await.layer(axum::Extension(pool));
// TODO: Add code to send request with multipart form data. Add a few flac files in the
// tests directory
/*
let response = app
.clone()
View File