πŸ› οΈUtilities

res.settype("text/html") //If you wanna change the type manually

res.redirect("https://google.com")
//OR
res.goto("https://google.com")
//Redirects you to a specific website


res.end() //Close the webserver

Last updated

Was this helpful?