diff --git a/lib/rollout/ui/web.rb b/lib/rollout/ui/web.rb index 6eb1f61..e340d28 100644 --- a/lib/rollout/ui/web.rb +++ b/lib/rollout/ui/web.rb @@ -61,7 +61,7 @@ class Web < Sinatra::Base end end - redirect feature_path(params[:feature_name]) + redirect index_path end post '/features/:feature_name/activate-percentage' do