This commit is contained in:
2020-06-17 20:32:10 +00:00
parent 0aa00e7f8d
commit ce035b1072
4 changed files with 78 additions and 190 deletions

View File

@@ -282,7 +282,7 @@ app.api = (function () {
$.ajax({
method: "post",
dataType: "text",
url: app.shell.stateMap.apiUrl + "license/generate",
url: app.shell.stateMap.apiUrl + "rvl",
headers: getAuthHeaderObject(),
contentType: "application/json; charset=utf-8",
data: JSON.stringify(objData),