diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 16:55:20 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 16:55:20 +0100 |
| commit | 91f106c840d0c6211f370d8b45f0fd8857636b6c (patch) | |
| tree | 6e0d1cbf89cf13b3d3292923969c28f56b5cc3bb /scraper/client/app.js | |
| parent | d0dc5cd83f1c436185d247600c3c5be9360bf1ca (diff) | |
put info on endpoint
Diffstat (limited to 'scraper/client/app.js')
| -rw-r--r-- | scraper/client/app.js | 3 |
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> |
