Skip to content

Commit

Permalink
CVEProject#555 Updated README api urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wizedkyle committed Mar 30, 2022
1 parent 65ea527 commit 72506aa
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 @@ -144,7 +144,7 @@ npm run start:dev
API documentation is generated using [swagger-autogen](https://github.com/davibaltar/swagger-autogen) which ensures that we keep the API specification up to date with any major changes to API routes. Extra information for each API route is defined as a comment in the `index.js` files under the respective controller and all request and response schemas are stored under the `schemas` folder served up by `schemas.controller`.

To ensure you are using the correct API specification the following endpoints can be used:
- [Staging](https://cveawg-dev.mitre.org/api-docs/openapi.json)
- [Staging](https://cveawg-test.mitre.org/api-docs/openapi.json)
- [Production](https://cveawg.mitre.org/api-docs/openapi.json)

Note: The specification file stored in GitHub will only be correct for that branch there could be differences between branches and production.
Expand Down

0 comments on commit 72506aa

Please sign in to comment.