1 2 3 4 5 6
<% res.writeHead(301, { "Location": "https://gitlab.minteck.org/minteck/electrode" }); res.end(); %>