lrf402788946 4 rokov pred
rodič
commit
5a7c1d4f4c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      store/student.js

+ 1 - 1
store/student.js

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