Merge pull request ' Faire une commande' (#7) from Commande into main

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-13 11:34:02 +02:00
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);
}