Skip to content

Commit

Permalink
docs(readme): Added link to default swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Mar 22, 2017
1 parent 812150d commit d2344f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ api.addResource(new arrest.MongoResource('mongodb://localhost:27017', { name: 'T
api.listen(3000);
```

The Swagger specification of the API you just created is available at `http://localhost:3000/swagger.json`

Now you can query your *data* collection like this:

```bash
Expand Down

0 comments on commit d2344f4

Please sign in to comment.