Skip to content

Commit

Permalink
Beta86 (#230)
Browse files Browse the repository at this point in the history
* beta84

* beta86
  • Loading branch information
Hoshinonyaruko authored Dec 6, 2023
1 parent a013287 commit 2e84311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idmap/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ func UpdateVirtualValuev2Pro(oldVirtualValue1, newVirtualValue1, oldVirtualValue
protocol = "https"
}

url := fmt.Sprintf("%s://%s:%s/updatevalues?type=12&oldVirtualValue1=%d&newVirtualValue1=%d&oldVirtualValue2=%d&newVirtualValue2=%d",
url := fmt.Sprintf("%s://%s:%s/getid?type=12&oldVirtualValue1=%d&newVirtualValue1=%d&oldVirtualValue2=%d&newVirtualValue2=%d",
protocol, serverDir, portValue, oldVirtualValue1, newVirtualValue1, oldVirtualValue2, newVirtualValue2)

resp, err := http.Get(url)
Expand Down

0 comments on commit 2e84311

Please sign in to comment.