summaryrefslogtreecommitdiffstats
path: root/ui/src/index.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-09-05 18:34:10 -0700
committerDessalines <tyhou13@gmx.com>2019-09-05 18:34:10 -0700
commitaca2c1abecc4be7e60a190f931aab8c9be40f369 (patch)
tree133eb63881ad94294d98e749b7cf3485b9ccbf12 /ui/src/index.tsx
parent299285abb83dbf52491b8833ac73f28c5b437bcd (diff)
Adding usable search urls
- Fixes #242
Diffstat (limited to 'ui/src/index.tsx')
-rw-r--r--ui/src/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 63ecd53f..7a252be2 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -61,6 +61,7 @@ class Index extends Component<any, any> {
<Route path={`/modlog/community/:community_id`} component={Modlog} />
<Route path={`/modlog`} component={Modlog} />
<Route path={`/setup`} component={Setup} />
+ <Route path={`/search/q/:q/type/:type/sort/:sort/page/:page`} component={Search} />
<Route path={`/search`} component={Search} />
<Route path={`/sponsors`} component={Sponsors} />
</Switch>