Skip to content

Commit

Permalink
fix: use correct handler in all proposals endpoint (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson authored Jul 15, 2024
1 parent 9c17246 commit 5f5d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl ApplicationServer {
)
.route(
"/gov/proposal/all",
get(gov_handlers::get_governance_proposals),
get(gov_handlers::get_all_governance_proposals),
)
.route(
"/gov/proposal/:id",
Expand Down

0 comments on commit 5f5d94e

Please sign in to comment.