Skip to content

Commit

Permalink
Merge pull request #2 from leodhb/chore/redir-user-when-update
Browse files Browse the repository at this point in the history
Redirect user when update an existing rollout
  • Loading branch information
zepelini authored May 19, 2022
2 parents f7726e3 + 1c0a98b commit 83fe7fb
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 83fe7fb

Please sign in to comment.