mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Format code
This commit is contained in:
parent
45192ef182
commit
026c6a950e
8 changed files with 145 additions and 86 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use axum::Json;
|
||||
use serde_json::{json, Value};
|
||||
|
||||
|
||||
pub async fn version() -> Json<Value> {
|
||||
Json(json!({
|
||||
"release": "0.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue