Skip to content

Commit

Permalink
updated newest routes with boxen
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Butcher <[email protected]>
  • Loading branch information
technosophos committed Sep 9, 2021
1 parent 33d4d64 commit 4bcaa83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ where
verification_strategy,
wrapped_keyring,
))
.boxed()
.or(v1::invoice::get(store.clone()))
.boxed()
.or(v1::invoice::head(store.clone()))
Expand Down

0 comments on commit 4bcaa83

Please sign in to comment.