We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b16c23 commit 4b19112Copy full SHA for 4b19112
fplus-http-server/src/main.rs
@@ -88,6 +88,7 @@ async fn main() -> std::io::Result<()> {
88
.service(router::application::validate_application_proposal)
89
.service(router::application::validate_application_approval)
90
.service(router::application::validate_application_merge)
91
+ .service(router::application::delete_branch)
92
.service(router::application::cache_renewal)
93
.service(router::blockchain::address_allowance)
94
.service(router::blockchain::verified_clients)
0 commit comments