mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
Store added to api
This commit is contained in:
@@ -2,6 +2,7 @@ import axios from 'axios'
|
|||||||
import storage from '@/storage'
|
import storage from '@/storage'
|
||||||
import config from '@/config.json'
|
import config from '@/config.json'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
|
import store from '@/store'
|
||||||
|
|
||||||
const SEASONED_URL = config.SEASONED_URL
|
const SEASONED_URL = config.SEASONED_URL
|
||||||
const ELASTIC_URL = config.ELASTIC_URL
|
const ELASTIC_URL = config.ELASTIC_URL
|
||||||
|
|||||||
Reference in New Issue
Block a user