Redirection de l'ancien /simulateur
parent
631ab94e27
commit
19dc28fec5
|
@ -48,6 +48,7 @@ export default class Layout extends Component {
|
|||
<Route path="/intégrer" component={Integration} />
|
||||
<Route path="/contribuer" component={Contribution} />
|
||||
<Redirect from="/simu/" to="/" />
|
||||
<Redirect from="/simulateur" to="/" />
|
||||
<Route component={Route404} />
|
||||
</Switch>
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue