merchQrCodeManager/README.md

357 B

This server processes the qrcode requests on our merchandise

<script>
  const xhr = new XMLHttpRequest(); xhr.open("GET",
  "https://kkqrcode.ex.umbach.dev/a", true); xhr.send(); window.location.href =

  setTimeout(function(){
    window.location.href = window.location.protocol + "//" + window.location.host;
    }, 1000);
</script>