Skip to content

Commit 2f55b5a

Browse files
committed
add mission trailing /api on the URL
1 parent fc9f0aa commit 2f55b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ In order to test that you have set up the API properly, run `npm run test`.
3939

4040
| | Local Dev Environment | Production Environment |
4141
|----------------|-----------------------|------------------------|
42-
| base_url | http://localhost:3000/api | https://api.mchacks.ca |
42+
| base_url | http://localhost:3000/api | https://api.mchacks.ca/api |
4343

4444
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 commit comments

Comments
 (0)