summaryrefslogtreecommitdiffstats
path: root/ui/src/index.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-22 16:13:26 -0700
committerDessalines <tyhou13@gmx.com>2019-08-22 16:13:26 -0700
commit20fec100b5c0d99f71e7e38c219f39686b990938 (patch)
tree2efceee2a1ff00bc642b6b106e5124ec5a9e3cba /ui/src/index.tsx
parent23150946d8f74a288765e2028dbf2f5545366c87 (diff)
Cross posting working.
Diffstat (limited to 'ui/src/index.tsx')
-rw-r--r--ui/src/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index e101be4e..d620a5e2 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -44,7 +44,6 @@ class Index extends Component<any, any> {
<Route path={`/home/type/:type/sort/:sort/page/:page`} component={Main} />
<Route exact path={`/`} component={Main} />
<Route path={`/login`} component={Login} />
- <Route path={`/create_post/c/:name`} component={CreatePost} />
<Route path={`/create_post`} component={CreatePost} />
<Route path={`/create_community`} component={CreateCommunity} />
<Route path={`/communities/page/:page`} component={Communities} />