More work on v4

This commit is contained in:
James Cole
2023-07-15 15:25:04 +02:00
parent ab3dbf9218
commit e58da3c41d
12 changed files with 290 additions and 78 deletions

View File

@@ -21,8 +21,8 @@
import {api} from "../../boot/axios";
export default class Preferences {
async getByName(name) {
return await api.get('/api/v1/preferences/' + name);
getByName(name) {
return api.get('/api/v1/preferences/' + name);
}
postByName(name, value) {