fix method to GET instead of POST

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

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