mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-21 00:00:14 +02:00
re-export axum_macros::TypedPath from axum_extra
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
// Just using this file for manual testing. Will be cleaned up before an eventual merge
|
||||
|
||||
use axum::{response::IntoResponse, Router};
|
||||
use axum_extra::routing::RouterExt;
|
||||
use axum_macros::TypedPath;
|
||||
use axum_extra::routing::{RouterExt, TypedPath};
|
||||
use serde::Deserialize;
|
||||
|
||||
#[tokio::main]
|
||||
|
||||
Reference in New Issue
Block a user