zs 9 bulan lalu
induk
melakukan
815f7a4a11
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/store/system/menus.js

+ 1 - 1
src/store/system/menus.js

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