mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Rename error type
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ where
|
||||
self.svc
|
||||
.oneshot(req)
|
||||
.await
|
||||
.map_err(|err| Error::Service(err.into()))
|
||||
.map_err(|err| Error::Dynamic(err.into()))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user