aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/requests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/requests.js b/src/requests.js
index 0a8c165..ad45dcf 100644
--- a/src/requests.js
+++ b/src/requests.js
@@ -1,6 +1,6 @@
import axios from 'axios'
-const baseUrl = 'http://eugvs.pythonanywhere.com/';
+const baseUrl = 'https://eugvs.pythonanywhere.com/';
const baseApiUrl = baseUrl + 'api/';
export const get = (url) => {