Skip to content

Commit bbabf3e

Browse files
chore: switch API baseURL to Render deployment
1 parent 96581d4 commit bbabf3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/src/services/api.js

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

33
const api = axios.create({
4-
baseURL: "http://localhost:8000/api",
4+
// baseURL: "http://localhost:8000/api",
5+
baseURL: "https://echo-fullstackdeplayed-chatnow.onrender.com/api",
56
});
67

78
// Attach token to every request

0 commit comments

Comments
 (0)