Use 404 as notFound

This commit is contained in:
Piotr Sarnacki 2015-02-05 15:57:49 +01:00
parent 9c1427db3c
commit 28e9da05bf

View File

@ -52,7 +52,6 @@ Router.map ->
@resource 'account', path: '/:login'
@route 'info', path: '/info'
@route 'error404', path: '/404'
@route 'notFound', path: "/*path"
@route 'error404', path: "/*path"
`export default Router`