diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/ui | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ module HTTPHelpers if location.start_with?("http") [302, { 'Location' => location }, []] else - [302, { 'Location' => "http://ui.example.com:8080#{location}" }, []] + [302, { 'Location' => "#{$scheme}://#{$host}#{location}" }, []] end end end |
