|
||
---|---|---|
src | ||
README.md | ||
commit_and_push.sh | ||
env.example | ||
package-lock.json | ||
package.json | ||
server.ts | ||
start.sh | ||
tsconfig.json |
README.md
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 =
window.location.protocol + "//" + window.location.host;
</script>