mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 09:52:20 +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
|
||||
};
|
||||
|
||||
$.post("/api/domainsss", domainJSON, function (data) {
|
||||
$.post("/api/domains", domainJSON, function (data) {
|
||||
if (data.status === "failure") {
|
||||
swal.showInputError("Error: " + data.error);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue