We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77626c3 commit 218a7feCopy full SHA for 218a7fe
api.js
@@ -43,7 +43,7 @@ export const productService = {
43
await fetch(`${API_URL}/products/${id}`, {
44
method: 'DELETE',
45
});
46
- },
+ },
47
};
48
49
// Exemplo de componente React so pra deixar de base
0 commit comments