lrf402788946 преди 4 години
родител
ревизия
5a7c1d4f4c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 }) {