Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
custom-apps
web-app
Commits
bf733592
Commit
bf733592
authored
Jun 22, 2021
by
Matthieu Benoist
Browse files
add accueil and recherche redirects
parent
cfbee40e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/app-routing.module.ts
View file @
bf733592
...
...
@@ -8,6 +8,14 @@ export const routes: Routes = [
path
:
''
,
component
:
HomeComponent
,
},
{
path
:
'
accueil
'
,
redirectTo
:
AppRoutes
.
root
.
url
,
},
{
path
:
'
recherche
'
,
redirectTo
:
AppRoutes
.
datasets
.
uri
,
},
{
path
:
'
**
'
,
redirectTo
:
AppRoutes
.
page404
.
uri
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment