1 parent a2a1d19 commit 062b2d0Copy full SHA for 062b2d0
1 file changed
client/src/api/index.ts
@@ -1,6 +1,6 @@
1
import axios from 'axios';
2
3
-const API = axios.create({ baseURL: 'http://localhost:5000' });
+const API = axios.create({ baseURL: 'https://coders-garage.herokuapp.com/' });
4
5
API.interceptors.request.use((req) => {
6
if(localStorage.getItem('profile')) {
0 commit comments