Fix timebin no last before

This commit is contained in:
Dominik Werder
2024-10-01 14:22:06 +02:00
parent 633eee5a95
commit 6c3ef33f07
6 changed files with 64 additions and 19 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ where
http::StatusCode: std::convert::TryFrom<T>,
<http::StatusCode as std::convert::TryFrom<T>>::Error: Into<http::Error>,
{
Response::builder().status(status)
Response::builder().status(status).header("daqbuf-api-version", "1.0")
}
pub trait ToPublicResponse {