Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Fix upstream update. Ref issue #288
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Dec 25, 2018
1 parent fe2b8d7 commit e99cb44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
$scope.busy = true
var data = angular.copy($scope.upstream);
fixHealthChecksHttpStatusesType(data);
delete data.data; // Kong 1.x related bug
Upstream.update($scope.upstream.id, data)
.then(
function onSuccess(result) {
Expand Down

0 comments on commit e99cb44

Please sign in to comment.