From ee3ce60406ccba117f9f998085f2ecc0fe3f6848 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 28 Jun 2019 18:10:05 +0200 Subject: [PATCH] Imported missing path package --- src/api.js | 1 + 1 file changed, 1 insertion(+) 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