Skip to content

Commit 24f5d8c

Browse files
fix(shield-axum): export route error (#104)
1 parent 3182135 commit 24f5d8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/integrations/shield-axum/src

packages/integrations/shield-axum/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ mod routes;
88

99
pub use shield_tower::*;
1010

11+
pub use error::RouteError;
1112
pub use extract::*;
1213
pub use middleware::*;
1314
pub use router::*;

0 commit comments

Comments
 (0)