Fix email template update endpoint
This commit is contained in:
parent
77de6a10cc
commit
0eb6ab388e
|
@ -20,9 +20,7 @@ export const buildTemplateEndpoints = API => ({
|
|||
saveEmailTemplate: async template => {
|
||||
return await API.post({
|
||||
url: "/api/global/template",
|
||||
body: {
|
||||
template,
|
||||
},
|
||||
body: template,
|
||||
})
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue