test version update
This commit is contained in:
@ -25,7 +25,7 @@ use tracing::{error, info, warn};
|
|||||||
|
|
||||||
async fn get_version() -> impl IntoResponse {
|
async fn get_version() -> impl IntoResponse {
|
||||||
Json(serde_json::json!({
|
Json(serde_json::json!({
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"timestamp": chrono::Utc::now().timestamp()
|
"timestamp": chrono::Utc::now().timestamp()
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user