Skip to content

Commit

Permalink
refactor: use / separator for edge template path
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed May 13, 2021
1 parent 6a883c0 commit 3b7324a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Route.get('/', ({ response }) => {
* Render a 404 template
*/
Route.get('/404', ({ view }) => {
return view.render('errors.404')
return view.render('errors/404')
})

/**
Expand Down

0 comments on commit 3b7324a

Please sign in to comment.