summaryrefslogtreecommitdiff
path: root/scraper/client/app.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-19 20:45:24 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-19 20:45:24 +0100
commit7eb3c04ef85fa0311bdf30b24df2aba102757878 (patch)
treebfb1354dcbed9486b43e75c7d2507a725212db24 /scraper/client/app.js
parent46885570e527a2bb8a374e7044afdf0a4c5ba07e (diff)
rebuild site
Diffstat (limited to 'scraper/client/app.js')
-rw-r--r--scraper/client/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/client/app.js b/scraper/client/app.js
index 7600fe52..ab7e2ca7 100644
--- a/scraper/client/app.js
+++ b/scraper/client/app.js
@@ -21,6 +21,7 @@ export default class App extends Component {
<Route exact path="/paper/:key/info/" component={Paper.Info} />
<Route exact path="/paper/:key/random/" component={Paper.Random} />
<Route exact path="/paper/:key/address/:sha256" component={Paper.Address} />
+ <Route exact path="/paper/:key/verify/:sha256" component={Paper.Verify} />
</Switch>
</div>
</div>