chore: code adjustment

This commit is contained in:
Khanh Ngo 2023-12-29 10:54:47 +01:00
parent 8cfe9a3d5b
commit a12ed9bf51
No known key found for this signature in database
GPG key ID: 29077342AA5648F6
9 changed files with 79 additions and 69 deletions

View file

@ -96,7 +96,7 @@ Users Settings
$.ajax({
cache: false,
method: 'GET',
url: '{{.basePath}}/getusers',
url: '{{.basePath}}/get-users',
dataType: 'json',
contentType: "application/json",
success: function (data) {