From a83cf43e60d2f4ee06c23c5150ec792b9b1c1c3e Mon Sep 17 00:00:00 2001
From: Matej Kramny <git@matej.me>
Date: Sun, 19 Jul 2015 21:43:59 +0100
Subject: [PATCH] Fix v1 api url

---
 example.config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example.config.json b/example.config.json
index c8f7fd4..f77e43b 100644
--- a/example.config.json
+++ b/example.config.json
@@ -1,5 +1,5 @@
 {
-  "api_url": "https://demo.cachethq.io/api",
+  "api_url": "https://demo.cachethq.io/api/v1",
   "api_token": "9yMHsdioQosnyVK4iCVR",
   "monitors": [
     {
@@ -13,4 +13,4 @@
     }
   ],
   "insecure_api": false
-}
\ No newline at end of file
+}
-- 
GitLab