diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:45:50 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:45:50 +0000 |
commit | f1538fb9cb0d1311eee8d23fa044d54d2abf2def (patch) | |
tree | 03502fbee5021c9261fad47661dce70db81b7924 | |
parent | 2618bb58f4a0e33c01b081dd28f66fab008240fa (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shop.lua b/shop.lua new file mode 100644 index 0000000..69ff162 --- /dev/null +++ b/shop.lua @@ -0,0 +1,2 @@ +sres = http.post("https://krist.dev/ws/start","").readAll() +print(sres) |