diff --git a/api/user.go b/api/user.go index 5077baa1..eb7676c4 100644 --- a/api/user.go +++ b/api/user.go @@ -10,7 +10,7 @@ import ( ) type contentURLAPI struct { - Communication string `json:"api"` + Communication string `json:"communication"` } type contentURLs struct { API contentURLAPI `json:"api"` diff --git a/ts/store/communication.ts b/ts/store/communication.ts index 27573abb..15c42ef6 100644 --- a/ts/store/communication.ts +++ b/ts/store/communication.ts @@ -40,6 +40,6 @@ export const useCommunicationStore = defineStore("communication", () => { // State all, // Actions - fetch, + fetchAll, }; }); diff --git a/ts/view/Communication.vue b/ts/view/Communication.vue index 40c6503c..4a2e4022 100644 --- a/ts/view/Communication.vue +++ b/ts/view/Communication.vue @@ -3,7 +3,7 @@