mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-17 15:49:59 +00:00
change PUT to POST for party creation request
This commit is contained in:
@ -124,7 +124,7 @@
|
||||
password: passwordInput.val(),
|
||||
permission: "admin",
|
||||
}),
|
||||
type: "PUT",
|
||||
type: "POST",
|
||||
contentType: "application/json",
|
||||
dataType: "json",
|
||||
success: function (data) {
|
||||
|
Reference in New Issue
Block a user