Fix formatting
This commit is contained in:
parent
1424366635
commit
88d999a6b5
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ use axum::{
|
|||
extract::{Path, Query},
|
||||
response::IntoResponse,
|
||||
routing::{get, post},
|
||||
Json, Router,
|
||||
Json,
|
||||
Router,
|
||||
};
|
||||
use serde::Deserialize;
|
||||
use std::net::ToSocketAddrs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue