diff --git a/sbv2_api/src/main.rs b/sbv2_api/src/main.rs index b7e44e1..3b95281 100644 --- a/sbv2_api/src/main.rs +++ b/sbv2_api/src/main.rs @@ -55,7 +55,7 @@ struct SynthesizeRequest { path = "/synthesize", request_body = SynthesizeRequest, responses( - (status = 200, description = "Return audio/wav", body = Vec) + (status = 200, description = "Return audio/wav", body = Vec, content_type = "audio/wav") ) )] async fn synthesize(