mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Update global_settings.html
This commit is contained in:
parent
887bc778df
commit
2061de4d80
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Global Settings
|
|||
}
|
||||
|
||||
function updateEndpointSuggestionIP() {
|
||||
$.getJSON("/api/machine-ips", null, function(data) {
|
||||
$.getJSON("{{.basePath}}/api/machine-ips", null, function(data) {
|
||||
$("#ip_suggestion option").remove();
|
||||
$.each(data, function(index, item) {
|
||||
$("#ip_suggestion").append(
|
||||
|
|
Loading…
Add table
Reference in a new issue