mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
adds getTopic to the new ProfilUpdate FhcAPIController
This commit is contained in:
@@ -358,14 +358,13 @@ const profilApp = Vue.createApp({
|
||||
|
||||
await this.$fhcApi.factory.profilUpdate.getStatus()
|
||||
.then((response) => {
|
||||
console.log(response.data,"this is the response when we set the status")
|
||||
this.profilUpdateStates = response.data;
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
Vue.$fhcapi.ProfilUpdate.getTopic()
|
||||
this.$fhcApi.factory.profilUpdate.getTopic()
|
||||
.then((response) => {
|
||||
this.profilUpdateTopic = response.data;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user