UNPKG
on-http-y1
Version:
latest (2.14.0)
2.14.0
OnRack Http Server
github.com/RackHD/on-http
RackHD/on-http
on-http-y1
/
data
/
views
/
hook.2.0.json
11 lines
(8 loc)
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"url"
:
"<%=url%>"
,
"id"
:
"<%=id%>"
, <%
if
(
typeof
name !==
"undefined"
) {%>
"name"
:
"<%=name%>"
, <% } %>
"filters"
: <%-
JSON
.
stringify
(filters)%> }