Add a simple daily backup module
This commit is contained in:
parent
b8a8af3979
commit
d22617538e
6 changed files with 133 additions and 24 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use axum::{
|
||||
body::Bytes,
|
||||
extract::{FromRequest, Request},
|
||||
http::{header, StatusCode},
|
||||
http::{StatusCode, header},
|
||||
response::{IntoResponse, Response},
|
||||
};
|
||||
use serde::de::DeserializeOwned;
|
||||
|
|
@ -35,7 +35,7 @@ where
|
|||
return Err(
|
||||
ron_utils::ron_error(StatusCode::BAD_REQUEST, "No content type given")
|
||||
.into_response(),
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue