Update test-order.js

This commit is contained in:
admin 2026-05-19 12:31:21 +00:00
parent b9b1f74a36
commit 4afa8e677d

View File

@ -20,3 +20,5 @@ fetch('http://localhost:3000/create-order', {
.then(r => r.json())
.then(console.log)
.catch(console.error);
//