mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
QR code fixes
This commit is contained in:
parent
00f7f3d280
commit
d3c47c53c8
1 changed files with 3 additions and 1 deletions
|
@ -481,7 +481,9 @@ Wireguard Clients
|
||||||
cache: false,
|
cache: false,
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '{{.basePath}}/api/client/' + client_id,
|
url: '{{.basePath}}/api/client/' + client_id,
|
||||||
data: JSON.stringify(data),
|
data: {
|
||||||
|
qrCodeIncludeFwMark: include_fwmark
|
||||||
|
},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
success: function (resp) {
|
success: function (resp) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue