janjaali / sendGrid-mock

SendGrid-Mock serves as a simple server mocking the sendgrid-apis for development purposes.
https://cloud.docker.com/repository/docker/ghashange/sendgrid-mock/general
MIT License
48 stars 19 forks source link

Add a button to the UI which deletes all emails #33

Closed donalmurtagh closed 2 years ago

donalmurtagh commented 2 years ago

When clicked the button would call the endpoint DELETE /api/mails

then fetch the mails again

janjaali commented 2 years ago

Fixed with #39.

donalmurtagh commented 2 years ago

Thanks very much!