mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-15 11:32:48 +00:00
client - order by functionality done
This commit is contained in:
@@ -44,7 +44,7 @@ export class Routes extends React.Component<Props, State> {
|
||||
<Switch>
|
||||
<Route exact path="/" component={Home} />
|
||||
<Route exact path="/realms" component={Realms} />
|
||||
<Route exact path="/f/:id/:page?/:threadsPerPage?/:sortBy?" component={Forum} />
|
||||
<Route exact path="/f/:id/:page?/:threadsPerPage?/:sortBy?/:sortOrder?" component={Forum} />
|
||||
<Route exact path="/t/:categoryId/:threadId/:page?" component={Thread} />
|
||||
<Route exact path="/oauth" component={Oauth} />
|
||||
<Route exact path="/user-account" component={UserAccount} />
|
||||
|
||||
Reference in New Issue
Block a user