Commit 112b08fb authored by Dietmar Maurer's avatar Dietmar Maurer

fix execute API

parent a690f58c
...@@ -393,7 +393,7 @@ __PACKAGE__->register_method({ ...@@ -393,7 +393,7 @@ __PACKAGE__->register_method({
push @$res, { push @$res, {
status => HTTP_OK, status => HTTP_OK,
data => $handler->handle($info, $cmd->{args}), data => $handler->handle($info, $uri_param),
}; };
}; };
if (my $err = $@) { if (my $err = $@) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment