Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
824
Merge Requests
51
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
5d0aaa05
Commit
5d0aaa05
authored
31 minutes ago
by
Mark Harding
Browse files
Options
Download
(chore): analytics redirect to traffic
parent
e239f3a9
master
No related merge requests found
Pipeline
#97303694
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/analytics/analytics.module.ts
View file @
5d0aaa05
...
...
@@ -71,7 +71,7 @@ const routes: Routes = [
path
:
'
analytics
'
,
component
:
AnalyticsComponent
,
children
:
[
{
path
:
''
,
redirectTo
:
'
dashboard/
'
,
pathMatch
:
'
full
'
},
{
path
:
''
,
redirectTo
:
'
dashboard/
traffic
'
,
pathMatch
:
'
full
'
},
{
path
:
'
admin
'
,
component
:
AdminAnalyticsComponent
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment