4 lines
45 B
Ruby
4 lines
45 B
Ruby
|
|
get '/plan/?' do
|
||
|
|
redirect '/supporter'
|
||
|
|
end
|