add data request straking dashboard

This commit is contained in:
João Geonizeli
2021-08-18 19:38:35 -03:00
parent 8440aea593
commit dec7aadf5f
10 changed files with 139 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ Rails.application.routes.draw do
root to: "home#index"
get "*all" => "home#index", constraints: lambda { |req|
["playground", "rails", "sidekiq"].filter do |path|
req.path != path
req.path.include?(path)
end.blank?
}