Skip to content

Commit

Permalink
Service Resource Changes (#107)
Browse files Browse the repository at this point in the history
Service Resource Changes
  • Loading branch information
Krunal-Thakkar authored Mar 13, 2024
1 parent 502845a commit aab6129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ func (gc *GatewayClient) DeleteService(serviceId, serversInInventory, serversMan

defer TimeSpent("DeleteService", time.Now())

req, httpError := http.NewRequest("DELETE", gc.host+"/Api/V1/Deployment/"+serviceId+"?serversInInventory="+serversInInventory+"&resourceState="+serversManagedState, nil)
req, httpError := http.NewRequest("DELETE", gc.host+"/Api/V1/Deployment/"+serviceId+"?serversInInventory="+serversInInventory+"&serversManagedState="+serversManagedState, nil)
if httpError != nil {
return nil, httpError
}
Expand Down

0 comments on commit aab6129

Please sign in to comment.