zs 9 місяців тому
батько
коміт
225e1667ea
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/store/transferApply.js

+ 1 - 1
src/store/transferApply.js

@@ -3,7 +3,7 @@ import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
 const api = {
-  test: `/transferApply`,
+  test: `/ta"`,
 };
 const state = () => ({});
 const mutations = {};