mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
More work on v4
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user