- using res.data.* instead of res.*
This commit is contained in:
parent
7de4a8d3b0
commit
09042b4286
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ var parent = setLayout();
|
|||
|
||||
res.data.title = "Antville - 404 - not found";
|
||||
|
||||
res.body = "<p><b>Sorry!</b></p><p>URL /"+req.path+" was not found on this server!</p>";
|
||||
res.data.body = "<p><b>Sorry!</b></p><p>URL /"+req.path+" was not found on this server!</p>";
|
||||
|
|
Loading…
Add table
Reference in a new issue