QR code fixes
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user