Skip to content

Commit

Permalink
Merge pull request nightscout#7312 from jakobsandberg/readme-swagger-…
Browse files Browse the repository at this point in the history
…link

Point readme to correct location of swagger.yaml
  • Loading branch information
bewest committed Oct 12, 2023
2 parents b1eb27e + 6e1c69f commit 4a461e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Once you've installed Nightscout, you can access API documentation by loading `/
* Boluses over 2U: `http://localhost:1337/api/v1/treatments.json?find[insulin][$gte]=2`

The API is Swagger enabled, so you can generate client code to make working with the API easy.
To learn more about the Nightscout API, visit https://YOUR-SITE.com/api-docs/ or review [swagger.yaml](swagger.yaml).
To learn more about the Nightscout API, visit https://YOUR-SITE.com/api-docs/ or review [swagger.yaml](lib/server/swagger.yaml).

## Environment

Expand Down

0 comments on commit 4a461e5

Please sign in to comment.