This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
Integrate Auth tokens into buildRequest function in store/lib/helpers.js
#119
Labels
This can be done with the following snippet:
Next, remove the following from all associated Vuex store actions, such that this:
Becomes this:
Make that change in the following files:
src/store/achievement/actions.js
src/store/attendance/actions.js
src/store/blog/actions.js
src/store/classyear/actions.js
src/store/project/actions.js
src/store/smallgroup/actions.js
src/store/user/actions.js
The text was updated successfully, but these errors were encountered: