diff --git a/templates/index.html b/templates/index.html index 2f2af9b..645c4c5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -286,7 +286,7 @@ async function regenerateConfig() { try { const response = await fetch('/api/regenerate', { - method: 'POST', + method: 'GET', headers: { 'Content-Type': 'application/json', }