Skip to content

Commit 9110e51

Browse files
committed
docs: Update
1 parent 71ec692 commit 9110e51

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,32 @@
1616
<td>/mail/confirmation</td>
1717
<td>POST</td>
1818
<td>
19-
<pre>
19+
<code>
2020
{
21-
"to_email": string,
22-
"verification_link": string,
21+
"to_email": string, <br/>
22+
"verification_link": string, <br/>
2323
}
24-
</pre>
24+
</code>
2525
</td>
2626
<td>
27-
<pre>
27+
<code>
2828
{
29-
"error": bool,
30-
"data": string,
29+
"error": bool, <br/>
30+
"data": string, <br/>
3131
}
32-
</pre>
32+
</code>
3333
</td>
3434
<td>
3535
Use it to send verification email to user.
3636
<b>Accepts request only from: <a href="#">ignitusrestapi.herokuapp.com</a> </b>
3737
</td>
3838
</tr>
3939
</table>
40+
41+
## .env
42+
43+
```
44+
- SENDGRID_API_KEY
45+
- ACCEPTED_HOST - (set localhost:8000 for local environment)
46+
- FROM_EMAIL
47+
```

0 commit comments

Comments
 (0)