diff --git a/src/api.js b/src/api.js index 5bea0cd..8bc10f9 100644 --- a/src/api.js +++ b/src/api.js @@ -1,6 +1,7 @@ import axios from 'axios' import storage from '@/storage.js' import config from '@/config.json' +import path from 'path' const SEASONED_URL = config.SEASONED_URL const ELASTIC_URL = config.ELASTIC_URL