use live server in documentation

This commit is contained in:
Martin
2016-08-19 11:28:10 +02:00
parent 92d3732a09
commit 342e00f097
+1 -1
View File
@@ -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