summaryrefslogtreecommitdiff
path: root/src/store/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/api.js')
-rw-r--r--src/store/api.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/store/api.js b/src/store/api.js
index fa76067c..ac1b2e36 100644
--- a/src/store/api.js
+++ b/src/store/api.js
@@ -1,5 +1,9 @@
import Axios from 'axios';
import router from '@/router';
+
+//Do not change store import.
+//Exact match alias set to support
+//dotenv customizations.
import store from '../store';
const api = Axios.create({