From 214d15ef6614c479912bd4e8776b9522e187dc1f Mon Sep 17 00:00:00 2001 From: MrFry Date: Sun, 15 Mar 2020 12:26:25 +0100 Subject: [PATCH] Changed server url --- src/constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.json b/src/constants.json index b258e9e..3d88db4 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,4 +1,4 @@ { - "serverUrl": "http://localhost:8080/", + "serverUrl": "http://api.frylabs.net/", "mobileWindowWidth": 700 }