Go to file
alex 7510452736 added script 2024-01-27 18:54:43 +01:00
src added script 2024-01-27 18:54:43 +01:00
README.md added script 2024-01-27 18:54:43 +01:00
commit_and_push.sh readme 2024-01-25 16:46:32 +01:00
env.example update 2024-01-25 17:19:41 +01:00
package-lock.json added script 2024-01-27 18:54:43 +01:00
package.json added script 2024-01-27 18:54:43 +01:00
server.ts added script 2024-01-27 18:54:43 +01:00
start.sh added script 2024-01-27 18:54:43 +01:00
tsconfig.json init project 2024-01-25 16:45:05 +01:00

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>