feat: remove redundant
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
95eb89c4e6
commit
b6a040cac3
@ -4,7 +4,7 @@ use anyhow::Context;
|
|||||||
use axum::extract::MatchedPath;
|
use axum::extract::MatchedPath;
|
||||||
use axum::http::Request;
|
use axum::http::Request;
|
||||||
use axum::Router;
|
use axum::Router;
|
||||||
use axum::{extract::FromRef, routing::get};
|
use axum::routing::get;
|
||||||
use clap::{Parser, Subcommand};
|
use clap::{Parser, Subcommand};
|
||||||
use sqlx::{Pool, Postgres};
|
use sqlx::{Pool, Postgres};
|
||||||
use tower_http::trace::TraceLayer;
|
use tower_http::trace::TraceLayer;
|
||||||
|
Loading…
Reference in New Issue
Block a user