Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Parameters:
Example:

```
curl --include 'localhost:3000/overpass-wizard?search=amenity=drinking_water&comment=false'
$ curl --include 'localhost:3000/wizard?search=amenity=drinking_water&comment=false'
HTTP/1.1 200 OK
X-Powered-By: Express
Content-Type: text/plain; charset=utf-8
Expand All @@ -38,6 +38,17 @@ out geom;

### `/wizard/version`

Returs the version of the overpass-wizard running on this server.
Returns the version of the overpass-wizard running on this server.

```
$ curl --include 'localhost:3000/wizard/version'
HTTP/1.1 200 OK
X-Powered-By: Express
Content-Type: text/plain; charset=utf-8
Content-Length: 5
ETag: W/"5-dybzI3dlhHv5waY82EPp7XlKfgQ"
Date: Sun, 01 Mar 2020 20:26:44 GMT
Connection: keep-alive

0.0.9
```