diff options
Diffstat (limited to 'bin/sp')
| -rwxr-xr-x | bin/sp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ class ServiceProvider private def not_found - [404, {}, []] + [404, { 'X-Backend-Server' => 'SP' }, []] end def redirect_to(location) |
