5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 17:56:21 +00:00

fixup! fixup! mostrar gráficos de recursos utilizados

This commit is contained in:
f 2021-10-08 18:41:07 -03:00
parent 86f1ac4504
commit 51c2fdf6d6

View file

@ -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