Skip to content

Commit 6fcc7a6

Browse files
committed
Remove no-longer needed routings for /sotechsha[2]
1 parent 51d5723 commit 6fcc7a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/routes.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,11 @@
9797
get "/.well-known/security.txt" => "static_pages#security"
9898

9999
# CoderDojo Books such as published from ソーテック社
100-
#get "/sotechsha" => "sotechsha_pages#index"
101-
#get "/sotechsha/:page" => "sotechsha_pages#show"
102100
get "/sotechsha1", to: redirect('/sotechsha')
103101
get "/sotechsha" => "books#sotechsha1_index"
104102
get "/sotechsha/:page" => "books#sotechsha1_show"
105103
get "/sotechsha2" => "books#sotechsha2_index"
106104
get "/sotechsha2/:page" => "books#sotechsha2_show"
107-
#get "/sotechsha/sozai", to: redirect('/sotechsha/gazou')
108105

109106
# Check development sent emails
110107
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?

0 commit comments

Comments
 (0)