From de2fa2fa82a53789bb4ab762ed2b89012efd237e Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 10 May 2020 16:11:06 -0700 Subject: Avoid getting redirects from API server --- shell/syncmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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 \ _("Synchronize with Central Database\n" \ -- cgit v1.2.3