fix method to GET instead of POST
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 36s
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 36s
This commit is contained in:
parent
edaefd9cd1
commit
2c66b1bf40
@ -286,7 +286,7 @@
|
|||||||
async function regenerateConfig() {
|
async function regenerateConfig() {
|
||||||
try {
|
try {
|
||||||
const response = await fetch('/api/regenerate', {
|
const response = await fetch('/api/regenerate', {
|
||||||
method: 'POST',
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user