Add more data routes

This commit is contained in:
Maximilian Grundke
2018-04-11 13:54:38 +02:00
parent 2a4e9bc94b
commit 5ae92dc484
5 changed files with 33 additions and 6 deletions

View File

@ -122,7 +122,7 @@ module StatisticsHelper
]
end
def graph_live_data
def user_activity_live_data
[
{
key: 'active_in_last_hour',
@ -140,4 +140,8 @@ module StatisticsHelper
]
end
def rfc_activity_live_data
[]
end
end