1
2
3
export function api2(req, res) {
res.send("<script>alert('hellow')</script>");
}