fix: only accept json

This commit is contained in:
2026-06-07 00:13:55 +02:00
parent 0f53057897
commit 992127ecb6
+1
View File
@@ -98,6 +98,7 @@ export const ezppfarm = {
stream: 'none',
},
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
'User-Agent': 'EZPPLauncher',
},