lrf402788946 4 lat temu
rodzic
commit
5a7c1d4f4c
1 zmienionych plików z 1 dodań i 1 usunięć
  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 }) {