From 8992dd028bd45ef91b88dd02fed8fdf4f0a338f8 Mon Sep 17 00:00:00 2001 From: Tim Zieger Date: Mon, 25 May 2020 19:22:09 +0200 Subject: [PATCH] no more localhost --- frontend/src/variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/variables.js b/frontend/src/variables.js index 1069783..2ffdfe6 100644 --- a/frontend/src/variables.js +++ b/frontend/src/variables.js @@ -1,2 +1,2 @@ export const baseUri = 'http://plesk.icaotix.de:5000' -export const selfUri = 'http://localhost:8080' \ No newline at end of file +export const selfUri = 'http://plesk.icaotix.de:8080' \ No newline at end of file