Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docflow$ python
>> import secrets
>> secrets.token_urlsafe(32)
'some-random-secret-of-length-32'
>> secret.token_hex(32)
>> secrets.token_hex(32)
'some-random-secret-of-length-32'
```
#### Email Service
Expand Down Expand Up @@ -77,4 +77,4 @@ If you face any issues, contact me I will help you set up or start an EC2 instan

To test it, use Postman following the steps in
[postman.md](features/postman.md).
***
***
Loading