File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,15 @@ and environments:
1313| app-nextjs <br /> ([ source] ( https://github.com/navapbc/template-application-nextjs ) ) | https://app-nextjs.platform-test-dev.navateam.com | |
1414| app-rails <br /> ([ source] ( https://github.com/navapbc/template-application-rails ) ) | https://app-rails.platform-test-dev.navateam.com/ | |
1515
16- #### API
17- You can view API docs at ` /docs ` on the above URLs, in [ dev for example] ( https://app-flask.platform-test-dev.navateam.com/docs ) .
16+ ## app-flask
17+
18+ ### API
19+
20+ You can view API docs at ` /docs ` on the above URLs, in [ dev for
21+ example] ( https://app-flask.platform-test-dev.navateam.com/docs ) .
22+
1823To retrieve the API key for use in the dev environment:
24+
1925``` bash
2026aws ssm get-parameter --name " /app-flask-dev/api-auth-token" --with-decryption --query Parameter.Value --output text
2127```
You can’t perform that action at this time.
0 commit comments