add route for gsd

This commit is contained in:
Brendan McDevitt 2022-04-20 13:22:22 -05:00
parent 53aa79442e
commit f55a21439e

View file

@ -40,5 +40,5 @@ Rails.application.routes.draw do
get '/gsds', to: 'gsds#index'
get '/gsds/:gsd_id', to: 'gsds#show'
get '/gsds/years/:year' to: 'gsds#show_year'
get '/gsds/years/:year', to: 'gsds#show_year'
end