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 = {};