feat: some stuff
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m0s
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m0s
This commit is contained in:
@ -45,6 +45,7 @@ async function postNode(node: Node) {
|
||||
const wasmContent = await Deno.readFile(node.path);
|
||||
|
||||
const url = `http://localhost:8000/nodes`;
|
||||
// const url = "https://node-store.app.max-richter.dev/nodes";
|
||||
|
||||
const res = await fetch(url, {
|
||||
method: "POST",
|
||||
|
Reference in New Issue
Block a user