✨ Faire une commande
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import client from './client';
|
||||
|
||||
export function createOrder(order) {
|
||||
return client.post('/api/orders', order);
|
||||
}
|
||||
Reference in New Issue
Block a user