Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-mjml
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ede827ca
authored
2024-06-04 12:58:41 -0600
by
acetousk
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix service-job service's authentication
1 parent
312f9bfe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/mjml/MjmlServices.xml
service/mjml/MjmlServices.xml
View file @
ede827c
...
...
@@ -326,7 +326,7 @@ along with this software (see the LICENSE.md file). If not, see
</actions>
</service>
<service
verb=
"remove"
noun=
"ExcessMjmlEmailResourceHistories"
>
<service
verb=
"remove"
noun=
"ExcessMjmlEmailResourceHistories"
authenticate=
"anonymous-all"
>
<in-parameters>
<parameter
name=
"runDate"
default=
"Timestamp.from(java.time.Instant.now())"
required=
"true"
type=
"Timestamp"
/>
</in-parameters>
...
...
Please
register
or
sign in
to post a comment