Skip to content

Commit 08bdef4

Browse files
committed
Fix README.md
1 parent 89bf493 commit 08bdef4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
1823
To retrieve the API key for use in the dev environment:
24+
1925
```bash
2026
aws ssm get-parameter --name "/app-flask-dev/api-auth-token" --with-decryption --query Parameter.Value --output text
2127
```

0 commit comments

Comments
 (0)