Add more data routes
This commit is contained in:
@@ -44,6 +44,8 @@ Rails.application.routes.draw do
|
||||
|
||||
get 'statistics/', to: 'statistics#show'
|
||||
get 'statistics/graphs', to: 'statistics#graphs'
|
||||
get 'statistics/graphs/user-activity', to: 'statistics#user_activity'
|
||||
get 'statistics/graphs/rfc-activity', to: 'statistics#rfc_activity'
|
||||
|
||||
concern :statistics do
|
||||
member do
|
||||
|
Reference in New Issue
Block a user