From 2f55b5a5be4ebe783f79508e18b059cb2ba3513b Mon Sep 17 00:00:00 2001 From: meldunn <46253456+meldunn@users.noreply.github.com> Date: Tue, 15 Jun 2021 00:58:53 -0400 Subject: [PATCH] add mission trailing /api on the URL --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 864e4bc1..6d75c61f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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.