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 38cd0fb commit 974d89aCopy full SHA for 974d89a
api.js
@@ -1,4 +1,4 @@
1
-const API_URL = 'http://localhost:8080'; //url do app, vou add dps
+const API_URL = 'https://bullet-cloud-api.onrender.com'; //url do app, temporario
2
3
export const productService = {
4
async getProducts() {
0 commit comments