Skip to content

Commit 218a7fe

Browse files
authored
Update api.js
1 parent 77626c3 commit 218a7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const productService = {
4343
await fetch(`${API_URL}/products/${id}`, {
4444
method: 'DELETE',
4545
});
46-
},
46+
},
4747
};
4848

4949
// Exemplo de componente React so pra deixar de base

0 commit comments

Comments
 (0)