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:
@@ -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