From 342e00f0976d4c8e99cec987eda42fee8e6817df Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 19 Aug 2016 11:28:10 +0200 Subject: [PATCH] use live server in documentation --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index f0d545b..3340082 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ Welcome to the documentation for Photowall API 2. Authentication to the API is performed via HTTP Basic Auth. The user should provide her API key as the basic auth username parameter. An example request in cURL looks like this (adding a colon after the username prevents cURL from asking for a password): ``` -$ curl http://localhost:5000/designers/ -u mykey: +$ curl https://api2.photowall.com/designers/ -u mykey: ``` API keys should be added to the `API_KEYS` configuration option