I am Using this code.
import { RestApplication } from '@loopback/rest';
const app = new RestApplication();
app.redirect('', 'https://www.google.com/');
When i call API it's showing 204 response
code but not redirecting to this URL. I'm using loopback4