Skip to content

Commit

Permalink
fixup! syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jcudit committed Sep 13, 2024
1 parent d04800c commit 8bfb2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/src/http/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ pub async fn run(
// Prometheus metrics route
.route("/metrics", get(metrics))
// Heap profiling route
.route("/heap", get(handle_get_heap));
.route("/heap", get(handle_get_heap))
// Update payload limit
.layer(DefaultBodyLimit::max(payload_limit));

Expand Down

0 comments on commit 8bfb2b8

Please sign in to comment.