Skip to content

Commit

Permalink
add missing trailing /api on the URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
meldunn committed Jun 15, 2021
1 parent 7a89036 commit fc9f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ In order to test that you have set up the API properly, run `npm run test`.

| | Local Dev Environment | Production Environment |
|----------------|-----------------------|------------------------|
| base_url | http://localhost:3000 | https://api.mchacks.ca |
| base_url | http://localhost:3000/api | https://api.mchacks.ca |

API parameters are not currently automatically imported by the Postman generation script. A change to a different API Doc generation tool in future could make this a more supported use case by Postman.

0 comments on commit fc9f0aa

Please sign in to comment.