Skip to content

Commit 4b19112

Browse files
committed
Add endpoint
1 parent 4b16c23 commit 4b19112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fplus-http-server/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async fn main() -> std::io::Result<()> {
8888
.service(router::application::validate_application_proposal)
8989
.service(router::application::validate_application_approval)
9090
.service(router::application::validate_application_merge)
91+
.service(router::application::delete_branch)
9192
.service(router::application::cache_renewal)
9293
.service(router::blockchain::address_allowance)
9394
.service(router::blockchain::verified_clients)

0 commit comments

Comments
 (0)