mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:23:22 +08:00
Screened URLs list in admin
This commit is contained in:
@ -30,8 +30,9 @@ Discourse.Route.buildRoutes(function() {
|
||||
});
|
||||
|
||||
this.resource('adminLogs', { path: '/logs' }, function() {
|
||||
this.route('screenedEmails', { path: '/screened_emails' });
|
||||
this.route('staffActionLogs', { path: '/staff_action_logs' });
|
||||
this.route('screenedEmails', { path: '/screened_emails' });
|
||||
this.route('screenedUrls', { path: '/screened_urls' });
|
||||
});
|
||||
|
||||
this.route('groups', {path: '/groups'});
|
||||
|
Reference in New Issue
Block a user