Faire une commande

This commit is contained in:
2026-06-13 05:32:59 -04:00
parent 8f3451adc0
commit 0ba4e5599e
2 changed files with 94 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import client from './client';
export function createOrder(order) {
return client.post('/api/orders', order);
}