1
0
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:
2018-01-22 19:33:46 -06:00
parent 259c270c51
commit a8e82cdcf5
5 changed files with 92 additions and 59 deletions

View File

@@ -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} />