Update wizard.js

This commit is contained in:
kasenvr 2020-10-21 16:42:10 -04:00 committed by GitHub
parent c1a47878b9
commit 70b04b1226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;