Partly working

This commit is contained in:
2026-07-28 14:21:21 -06:00
parent f55348f0b9
commit f497329169
4 changed files with 447 additions and 152 deletions
+2
View File
@@ -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