Skip to content

Commit

Permalink
added swagger UI to README.md (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinKLo authored Nov 13, 2020
1 parent 4d8f8cd commit 6ae4dcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ In the foreground:
```bash
gunicorn -w2 -b 0.0.0.0:8878 -k gevent -p grq2.pid grq2:app
```

Swagger UI
-----------
* `https://<mozart host>/grq/api/v0.1/` (api `v0.1`)
* `https://<mozart host>/grq/api/v0.2/` (api `v0.2`)

![Swagger UI](./img/swagger_ui.png)
Binary file added img/swagger_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ae4dcf

Please sign in to comment.