Skip to content

Commit

Permalink
pages is kicking in when we don't want it.. today we only have cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 28, 2024
1 parent 992ba1c commit e606196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,6 @@
get '/scorers' => 'core#index'

# Static pages
get '*page' => 'pages#show'
get '/cookies' => 'pages#show'
end
# rubocop:enable Metrics/BlockLength

0 comments on commit e606196

Please sign in to comment.