diff --git a/test-order.js b/test-order.js index 1884609..757b4e8 100644 --- a/test-order.js +++ b/test-order.js @@ -20,3 +20,5 @@ fetch('http://localhost:3000/create-order', { .then(r => r.json()) .then(console.log) .catch(console.error); + +//