Initial code for Slack based search

This commit is contained in:
Jori Lallo
2016-08-22 23:37:01 -07:00
parent 70e46a5c05
commit 4f998bccc8
10 changed files with 131 additions and 37 deletions

View File

@ -71,6 +71,7 @@ render((
<Route path="/search" component={ Search } onEnter={ requireAuth } />
<Route path="/auth/slack" component={ SlackAuth } />
<Route path="/auth/slack/commands" component={ SlackAuth } apiPath="/auth.slackCommands" />
<Route path="/404" component={ Error404 } />
<Redirect from="*" to="/404" />