Use 404 as notFound
This commit is contained in:
parent
9c1427db3c
commit
28e9da05bf
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user