Skip to content

Commit

Permalink
Update web.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
leodhb authored May 19, 2022
1 parent f7726e3 commit 1c0a98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rollout/ui/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c0a98b

Please sign in to comment.