summaryrefslogtreecommitdiff
path: root/scraper/client/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/client/app.js')
-rw-r--r--scraper/client/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/scraper/client/app.js b/scraper/client/app.js
index 5a0e5cc7..4bc6276c 100644
--- a/scraper/client/app.js
+++ b/scraper/client/app.js
@@ -13,8 +13,9 @@ export default class App extends Component {
<Header />
<div className='app'>
<div className='body'>
+ <Route path="/paper/:key/" component={Paper.Manager} />
<Switch>
- <Route exact path="/paper/:key/" component={Paper.Container} />
+ <Route exact path="/paper/:key/info/" component={Paper.Info} />
</Switch>
</div>
</div>