aboutsummaryrefslogtreecommitdiff
path: root/http_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_server.go')
-rw-r--r--http_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_server.go b/http_server.go
index 391110c..0996432 100644
--- a/http_server.go
+++ b/http_server.go
@@ -612,7 +612,7 @@ func (httpd *httpServer) awwanApiExecute(epr *libhttp.EndpointRequest) (resb []b
}
var (
- data = &HttpResponse{
+ data = &ExecResponse{
ExecRequest: req,
}