Routes
<%if (typeof routes != 'undefined') { %>
| # |
Path |
Method |
Link |
<% i = 1%>
<% (routes).forEach(function(appRoute){ %>
<%if (typeof appRoute.route != 'undefined') { %>
| <%= i++ %> |
<%= appRoute.route.path %> |
<%= appRoute.route.stack[0].method %> |
<%= appRoute.route.path %> |
<% } %>
<% });%>
<% } %>