adjust owner route
This commit is contained in:
parent
935e421256
commit
593602bf49
|
@ -71,7 +71,7 @@ Router.map ->
|
|||
@resource 'account', path: '/:login'
|
||||
@route 'info', path: '/info'
|
||||
|
||||
@resource 'owner', path: 'owner/:owner'
|
||||
@resource 'owner', path: '/:owner'
|
||||
|
||||
@route 'error404', path: '/*path'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user