1
0
هذا الالتزام موجود في:
Thomas Miceli
2023-06-07 20:50:30 +02:00
ملتزم من قبل GitHub
الأصل c517c2d9c9
التزام 24e3de8fc1
9 ملفات معدلة مع 294 إضافات و137 حذوفات

عرض الملف

@@ -12,7 +12,7 @@ const setSetting = (key: string, value: string) => {
data.append('key', key);
data.append('value', value);
data.append('_csrf', ((document.getElementsByName('_csrf')[0] as HTMLInputElement).value));
return fetch('/admin-panel/set-setting', {
return fetch('/admin-panel/set-config', {
method: 'PUT',
credentials: 'same-origin',
body: data,