Built motion from commit 67e5df37.|2.0.66
[motion2.git] / server / files / templates / registry.ejs
1 <% trunks.forEach(function(trunk) { -%>
2 <% if (trunk.active && trunk.registry) { -%>
3 register => <%- trunk.registry %>
4 <% } -%>
5 <% }); %>