mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
adding a few more valid urls to the routes
This commit is contained in:
parent
b79f512a9a
commit
1a129ff17c
@ -22,6 +22,8 @@ var PagesHolder = React.createClass({
|
||||
<Location path="/index.html" handler={HomePage} />
|
||||
<Location path="/overview/" handler={OverviewPage} />
|
||||
<Location path="/overview/index.html" handler={OverviewPage} />
|
||||
<Location path="/tables/" handler={TablesPage} />
|
||||
<Location path="/tables/index.html" handler={TablesPage} />
|
||||
<Location path="/tables/:tag" handler={TablesPage} />
|
||||
<NotFound handler={NotFoundPage} />
|
||||
</Locations>
|
||||
|
Loading…
Reference in New Issue
Block a user