5f38bfe0 by acetousk

Create api

1 parent 57039d4b
......@@ -16,6 +16,11 @@ along with this software (see the LICENSE.md file). If not, see
<!-- General Guideline Verbs: GET=find, POST=create, PUT=store (create or update), PATCH=update, DELETE=delete -->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/rest-api-3.xsd"
name="moqui-mjml" displayName="Mjml REST API" version="2.0.0">
name="moqui-mjml" displayName="Mjml REST API" version="0.0.0">
<resource name="mjml">
<method type="get"><service name="moqui.mjml.MjmlServices.get#GrapeJs"/></method>
<method type="post"><service name="moqui.mjml.MjmlServices.store#GrapeJs"/></method>
</resource>
</resource>
......