diff --git a/model/client4.go b/model/client4.go index 96392067dd..db4875ee18 100644 --- a/model/client4.go +++ b/model/client4.go @@ -4756,7 +4756,7 @@ func (c *Client4) GetPlugins() (*PluginsResponse, *Response) { // to the administrator via the system console. // WARNING: PLUGINS ARE STILL EXPERIMENTAL. THIS FUNCTION IS SUBJECT TO CHANGE. func (c *Client4) GetPluginStatuses() (PluginStatuses, *Response) { - r, err := c.DoApiGet(c.GetPluginsRoute(), "/statuses") + r, err := c.DoApiGet(c.GetPluginsRoute()+"/statuses", "") if err != nil { return nil, BuildErrorResponse(r, err) }