lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
5a7c1d4f4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      store/student.js

+ 1 - 1
store/student.js

@@ -67,7 +67,7 @@ const actions = {
     return res;
   },
   async computedIsFine({ commit }, payload) {
-    const res = await this.$axios.$delete(`${api.computedIsFine}/${payload}`);
+    const res = await this.$axios.$get(`${api.computedIsFine}/${payload}`);
     return res;
   },
   async mergeRequest({ commit, dispatch }, { method, data }) {