|
1
|
get 'about_us', to: 'about#index', as: :about_us |
|
2
|
get 'term_of_use', to: 'about#term', as: :term_of_use |
|
3
|
get 'privacy_policy', to: 'about#privacy', as: :privacy_policy |
|
4
|
get 'contact', to: 'about#contact', as: :contact |
|
5
|
get 'BACH', to: 'about#bach', as: :bach |
|
6
|
get 'bach', to: redirect('BACH') |