mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:51:41 +00:00
fixup! fixup! mostrar gráficos de recursos utilizados
This commit is contained in:
parent
86f1ac4504
commit
51c2fdf6d6
1 changed files with 1 additions and 0 deletions
|
@ -76,5 +76,6 @@ Rails.application.routes.draw do
|
||||||
|
|
||||||
resources :stats, only: [:index]
|
resources :stats, only: [:index]
|
||||||
get :'stats/host', to: 'stats#host'
|
get :'stats/host', to: 'stats#host'
|
||||||
|
get :'stats/resources', to: 'stats#resources'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue