<%= status %> - ERROR!

Error Trace

<%= error %>

Context

<%= inspect(context) %>

Parameters

<%= inspect(params) %>

Headers

<%= inspect(headers) %>

Form

<%= inspect(posted_form) %>

Routes

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