mirror of
https://github.com/edcommonwealth/e2c-api.git
synced 2026-03-07 21:48:13 -08:00
5 lines
No EOL
165 B
Ruby
5 lines
No EOL
165 B
Ruby
Rails.application.routes.draw do
|
|
root "dashboard#index"
|
|
get "/download_csv", to: "dashboard#download_csv"
|
|
get "/download_pdf", to: "dashboard#download_pdf"
|
|
end |