diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2020-05-10 16:11:06 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2020-05-10 16:11:06 -0700 |
commit | de2fa2fa82a53789bb4ab762ed2b89012efd237e (patch) | |
tree | 0511ccbcd66de920b6e82134e1e08d58e7ce4c68 /shell | |
parent | d87090f1496accde2c0f981a2110f3080c7a2000 (diff) |
Avoid getting redirects from API server
Diffstat (limited to 'shell')
-rw-r--r-- | shell/syncmanager.c | 2 |
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" \ |