breakout into monorepo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fetch("https://kv-logger.xominus.workers.dev", {
|
||||
method: "POST",
|
||||
headers: { "content-type": "application/json" },
|
||||
body: JSON.stringify({ "test": 1 })
|
||||
}).catch((e) => { console.error(e) });
|
||||
Reference in New Issue
Block a user