mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 20:21:01 +01:00
feat(about): assign about.rules and about.click_black access to registered and login user.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
url: '/rules',
|
||||
templateUrl: '/modules/about/client/views/rules.client.view.html',
|
||||
data: {
|
||||
roles: ['user', 'oper', 'admin'],
|
||||
pageTitle: 'PAGETITLE.RULES'
|
||||
}
|
||||
})
|
||||
@@ -25,6 +26,7 @@
|
||||
url: '/black',
|
||||
templateUrl: '/modules/about/client/views/black.client.view.html',
|
||||
data: {
|
||||
roles: ['user', 'oper', 'admin'],
|
||||
pageTitle: 'PAGETITLE.BLACK'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user