discovery
This commit is contained in:
parent
4cc37b0da1
commit
5aa58d3456
|
@ -41,7 +41,7 @@ export class AppLayout extends React.Component<Props, State> {
|
|||
<Route exact={true} path={`${this.props.match.url}sensors`} component={SensorList}/>
|
||||
<Route exact={true} path={`${this.props.match.url}noauth_probes`} component={NoauthList}/>
|
||||
<Route exact={true} path={`${this.props.match.url}probe_setup`} component={ProbeSetup}/>
|
||||
{/*<Redirect to='/error/404' />*/}
|
||||
<Redirect to='/error/404' />
|
||||
</Switch>
|
||||
<Footer />
|
||||
</Segment>
|
||||
|
|
Loading…
Reference in New Issue
Block a user