From 51c2fdf6d6899d5b931e2ac301007d33deb641b5 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 8 Oct 2021 18:41:07 -0300 Subject: [PATCH] =?UTF-8?q?fixup!=20fixup!=20mostrar=20gr=C3=A1ficos=20de?= =?UTF-8?q?=20recursos=20utilizados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 0af58080..b59266fb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -76,5 +76,6 @@ Rails.application.routes.draw do resources :stats, only: [:index] get :'stats/host', to: 'stats#host' + get :'stats/resources', to: 'stats#resources' end end