Skip to content

Commit de24e7f

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 0366f80 + 6fed9d0 commit de24e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ curl http://localhost:8080/api/health
154154
# Send email
155155
curl -X POST http://localhost:8080/api/email/send \
156156
-H "Content-Type: application/json" \
157-
-d '{"to":"user@example.com","subject":"Test","body":"Hello"}'
157+
-d '{"to":"user@example.com", "from":"user@deadlight.boo","subject":"Test","body":"Hello"}'
158158
159159
# View metrics
160160
curl http://localhost:8080/api/metrics | jq

0 commit comments

Comments
 (0)