summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2018-08-05 17:29:08 +0200
committernicolargo <nicolas@nicolargo.com>2018-08-05 17:29:08 +0200
commit00d9f6ae8defd30b65c5e5e09eb014ba0708b6de (patch)
tree88f2ff56bf0a8619256051301d33c6914b13c5c0 /unitest-restful.py
parent172fc2ca2c802854ad017876fc8082b02e891b69 (diff)
Upgrade RestFul API to api/3
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index e6a58bec..d971479b 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -32,7 +32,7 @@ from glances.compat import text_type
import requests
SERVER_PORT = 61234
-API_VERSION = 2
+API_VERSION = 3
URL = "http://localhost:{}/api/{}".format(SERVER_PORT, API_VERSION)
pid = None