Skip to content

Commit 974d89a

Browse files
authored
Update api.js
1 parent 38cd0fb commit 974d89a

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
@@ -1,4 +1,4 @@
1-
const API_URL = 'http://localhost:8080'; //url do app, vou add dps
1+
const API_URL = 'https://bullet-cloud-api.onrender.com'; //url do app, temporario
22

33
export const productService = {
44
async getProducts() {

0 commit comments

Comments
 (0)