Skip to content

Commit

Permalink
add mission trailing /api on the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
meldunn authored and krubenok committed Jul 21, 2021
1 parent 29055a0 commit 822efee
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/api | https://api.mchacks.ca |
| base_url | http://localhost:3000/api | https://api.mchacks.ca/api |

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 822efee

Please sign in to comment.