change PUT to POST for party creation request

This commit is contained in:
2022-01-21 23:58:16 +03:00
parent d4553b2e50
commit d3018998cd
4 changed files with 5 additions and 5 deletions

View File

@ -124,7 +124,7 @@
password: passwordInput.val(),
permission: "admin",
}),
type: "PUT",
type: "POST",
contentType: "application/json",
dataType: "json",
success: function (data) {