Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
```