Remchanv2/public/js/index.js

4 lines
88 B

function redirect()
{
window.location.href = window.location.origin + '/redirect';
}