aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/server/ServerApi.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:25:36 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:25:36 +0100
commite109e62eef136feb17d5a8663fbd2b2355a6bf67 (patch)
tree7d40b506206f5e333b10f025942c1b7f45fd68cd /src/api/server/ServerApi.js
parentfix(General): Convert many links from http to https (#967) @Stanzilla (diff)
parentAdd misty config (diff)
downloadferdium-app-e109e62eef136feb17d5a8663fbd2b2355a6bf67.tar.gz
ferdium-app-e109e62eef136feb17d5a8663fbd2b2355a6bf67.tar.zst
ferdium-app-e109e62eef136feb17d5a8663fbd2b2355a6bf67.zip
Merge branch 'chore/update-dependencies' into develop
Diffstat (limited to 'src/api/server/ServerApi.js')
-rw-r--r--src/api/server/ServerApi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index 353faa7f4..2e80e520b 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -35,7 +35,7 @@ module.paths.unshift(
35); 35);
36 36
37const { app } = remote; 37const { app } = remote;
38const fetch = remote.require('electron-fetch'); 38const { default: fetch } = remote.require('electron-fetch');
39 39
40const SERVER_URL = API; 40const SERVER_URL = API;
41const API_VERSION = 'v1'; 41const API_VERSION = 'v1';