Skip to content

Commit 8babba3

Browse files
fix: base url
1 parent 8a828a8 commit 8babba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import axios from "axios";
33

44
export const api= axios.create({
5-
baseURL: "http://localhost:5050",
5+
baseURL: "https://ecommerce-cart-0v1d.onrender.com/",
66
headers: {
77
"Content-Type": "application/json",
88
Accept: "application/json",

0 commit comments

Comments
 (0)