add route for gsds

This commit is contained in:
Brendan McDevitt 2022-04-20 00:22:45 -05:00
parent 794648e0dd
commit 53aa79442e

View file

@ -37,4 +37,8 @@ Rails.application.routes.draw do
get '/github_users', to: 'github_users#index'
get '/github_users/:username', to: 'github_users#show'
get '/gsds', to: 'gsds#index'
get '/gsds/:gsd_id', to: 'gsds#show'
get '/gsds/years/:year' to: 'gsds#show_year'
end