mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Fix colon
This commit is contained in:
parent
b82e652361
commit
1ae3d2f6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ ReactDOM.render(
|
|||
<Route path='/r/:subreddit/comments/:threadID' component={Thread} />
|
||||
<Route path='/r/:subreddit' component={Subreddit} />
|
||||
<Redirect from='/user/:username/comments/:threadID/:junk/:commentID'
|
||||
to='/r/u_username/comments/:threadID/:junk/:commentID' />
|
||||
to='/r/u_:username/comments/:threadID/:junk/:commentID' />
|
||||
<Redirect from='/user/:username/comments/:threadID' to='/r/u_:username/comments/:threadID' />
|
||||
<Redirect from='/user/:username' to='/r/u_:username' />
|
||||
<Route component={NotFound} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue