Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 13.138
edited by Alex Cotiugă
on 2026/05/02 08:45
Change comment: There is no comment for this version
To version 13.147
edited by Alex Cotiugă
on 2026/05/02 08:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,5 @@
1 1  {{velocity wiki="false"}}
2 2  #if ($xcontext.action == 'get')
3 -$request.parameterMap
4 4   #set ($message = '')
5 5   #set ($statusCode = 200)
6 6  
... ... @@ -8,7 +8,7 @@
8 8   #set ($message = 'error')
9 9  
10 10   #set ($discard = $response.setStatus($statusCode))
11 - #jsonResponse({'message': $message})
10 + #jsonResponse({'message': 'asd'})
12 12  #end
13 13  {{/velocity}}
14 14