From 6269f178e979a2429b8c56156f9c618cdd9be413 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 26 Dec 2019 00:20:40 +0100 Subject: [PATCH] Store added to api --- src/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api.js b/src/api.js index a15af2d..b71ec40 100644 --- a/src/api.js +++ b/src/api.js @@ -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