mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 03:00:40 +02:00
Update wizard.js
This commit is contained in:
parent
c1a47878b9
commit
70b04b1226
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ function promptToCreateDomainID() {
|
||||||
"label": label
|
"label": label
|
||||||
};
|
};
|
||||||
|
|
||||||
$.post("/api/domainsss", domainJSON, function (data) {
|
$.post("/api/domains", domainJSON, function (data) {
|
||||||
if (data.status === "failure") {
|
if (data.status === "failure") {
|
||||||
swal.showInputError("Error: " + data.error);
|
swal.showInputError("Error: " + data.error);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue