Skip to content

Commit

Permalink
Fix v1 api url
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkramny committed Jul 19, 2015
1 parent 8b0bc42 commit a83cf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_url": "https://demo.cachethq.io/api",
"api_url": "https://demo.cachethq.io/api/v1",
"api_token": "9yMHsdioQosnyVK4iCVR",
"monitors": [
{
Expand All @@ -13,4 +13,4 @@
}
],
"insecure_api": false
}
}

0 comments on commit a83cf43

Please sign in to comment.