Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
[#194] solves Context#Get issues on new app
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jan 31, 2017
1 parent 0169a75 commit eb127e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func defaultErrorHandler(status int, err error, c Context) error {
case "application/xml", "text/xml", "xml":
default:
data := map[string]interface{}{
"routes": c.Get("routes"),
"routes": c.Value("routes"),
"error": msg,
"status": status,
"data": c.Data(),
Expand Down

0 comments on commit eb127e9

Please sign in to comment.