Store added to api

This commit is contained in:
2019-12-26 00:20:40 +01:00
parent 3e7527ee19
commit 6269f178e9

View File

@@ -2,6 +2,7 @@ import axios from 'axios'
import storage from '@/storage'
import config from '@/config.json'
import path from 'path'
import store from '@/store'
const SEASONED_URL = config.SEASONED_URL
const ELASTIC_URL = config.ELASTIC_URL