Partly working
This commit is contained in:
@@ -13,4 +13,6 @@ Rails.application.routes.draw do
|
||||
# root "posts#index"
|
||||
root "dashboard#index"
|
||||
get "dashboard", to: "dashboard#index"
|
||||
get "dashboard/options", to: "dashboard#options"
|
||||
get "dashboard/data", to: "dashboard#data"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user