mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 22:56:19 +00:00
update dependencies
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use axum::{routing::get, Router};
|
||||
use http::Method;
|
||||
use hyper::StatusCode;
|
||||
use axum::{Router, routing::get};
|
||||
use http::{Method, StatusCode};
|
||||
use sqlx::PgPool;
|
||||
use tower_http::cors::{Any, CorsLayer};
|
||||
use tower_http::trace::TraceLayer;
|
||||
|
||||
Reference in New Issue
Block a user