Skip to content

Commit

Permalink
feat: remove /budget route
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Nov 12, 2024
1 parent ad7371b commit 8be12e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ async fn main() {
"/voucher",
routing::post(vouchers::handle_voucher).with_state(legacy_signer),
)
.route(
"/budget",
routing::get(|| async { budgeter.query_fees_target.0.to_string() }),
)
.nest("/api", api)
.layer(axum::middleware::from_fn_with_state(
rate_limiter,
Expand Down

0 comments on commit 8be12e5

Please sign in to comment.