Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-batakurki committed Feb 23, 2024
1 parent 2d91386 commit d3fd345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (r *RouterAPIService) RefreshNetworkServices(
) (models.SuccessOrErrorMessage, error) {
serverResp := models.SuccessOrErrorMessage{}
serverAPI := &api{
compatibleVersion: "6.0.5",
compatibleVersion: consts.CMPSixZeroFiveVersion,
method: "POST",
path: fmt.Sprintf("%s/%s/%d/%s", consts.NetworksPath,
consts.ServerPath, serverID, consts.RefreshPath),
Expand Down
3 changes: 3 additions & 0 deletions pkg/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ const (

// headers
ContentType = "application/json"

// Morpheus version
CMPSixZeroFiveVersion = "6.0.5"
)

0 comments on commit d3fd345

Please sign in to comment.