aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2020-05-10 16:11:06 -0700
committerLeandro Pereira <leandro@hardinfo.org>2020-05-10 16:11:06 -0700
commitde2fa2fa82a53789bb4ab762ed2b89012efd237e (patch)
tree0511ccbcd66de920b6e82134e1e08d58e7ce4c68 /shell
parentd87090f1496accde2c0f981a2110f3080c7a2000 (diff)
Avoid getting redirects from API server
Diffstat (limited to 'shell')
-rw-r--r--shell/syncmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c
index 514e09b2..ac938488 100644
--- a/shell/syncmanager.c
+++ b/shell/syncmanager.c
@@ -60,7 +60,7 @@ static SoupSession *session = NULL;
static GMainLoop *loop;
static GQuark err_quark;
-#define API_SERVER_URI "https://api.hardinfo.org/"
+#define API_SERVER_URI "https://api.hardinfo.org"
#define LABEL_SYNC_DEFAULT \
_("<big><b>Synchronize with Central Database</b></big>\n" \