Skip to content

Commit

Permalink
404
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed Feb 6, 2014
1 parent 8b5330f commit 1887fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub {
return [200, [], ['Hello from ' . $action]];
}

return [200, [], ['Not Found']];
return [404, [], ['Not Found']];
};

sub build_routes {
Expand Down

0 comments on commit 1887fc2

Please sign in to comment.