From 1c0a98b9ded70cc1d116b2af39fb4aa34164c29d Mon Sep 17 00:00:00 2001 From: Henrique Barbosa Date: Thu, 19 May 2022 10:14:31 -0300 Subject: [PATCH] Update web.rb --- lib/rollout/ui/web.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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