Defined Routes

<%= for (r) in routes { %> <% } %>
METHOD PATH NAME HANDLER
<%= r.Method %> <%= if (r.Method != "GET" || r.Path ~= "{") { return r.Path } else { return linkTo(r.Path, {body: r.Path}) } %> <%= r.PathName %> <%= r.HandlerName %>
Powered by gobuffalo.io