backend refactoring

This commit is contained in:
carodej
2020-04-27 08:34:09 +02:00
parent 586f0bba68
commit 65147870fd
22 changed files with 322 additions and 169 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const Helpers = {
if (value === '') return
axios.put(this.$store.getters.api + route, {name, value})
axios.patch(this.$store.getters.api + route, {name, value})
.catch(error => {
events.$emit('alert:open', {
title: this.$t('popup_error.title'),