fix method to GET instead of POST
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 36s

This commit is contained in:
jknapp 2025-03-07 19:13:41 -08:00
parent edaefd9cd1
commit 2c66b1bf40

View File

@ -286,7 +286,7 @@
async function regenerateConfig() {
try {
const response = await fetch('/api/regenerate', {
method: 'POST',
method: 'GET',
headers: {
'Content-Type': 'application/json',
}