This commit is contained in:
abdulmohsen
2024-05-04 11:00:14 +03:00
parent 041a325e3e
commit af41ac6171
3 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ const loadContent = async () => {
onMounted(() => loadContent())
const updateValue = async (backend, key, newValue) => {
const response = await request(`/backends/${backend.name}`, {
const response = await request(`/backend/${backend.name}`, {
method: 'PATCH',
body: JSON.stringify([{
"key": key,