Skip to content

Commit

Permalink
Added issue #22 related test example
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik committed Aug 9, 2022
1 parent 1a27cad commit 075ab5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/test.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POST http://localhost:8080/api/item
POST http://localhost:8080/
Content-Type: text/html

<mjml>
Expand All @@ -13,3 +13,10 @@ Content-Type: text/html
</mj-section>
</mj-body>
</mjml>

### https://github.com/adrianrudnik/mjml-server/issues/22

POST http://localhost:8080/
Content-Type: text/html

<mjml><mj-body><mj-text font-size="16px">Test</mj-text></mj-body></mjml>

0 comments on commit 075ab5e

Please sign in to comment.