Skip to content

Commit 062b2d0

Browse files
committed
Project Complete
1 parent a2a1d19 commit 062b2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from 'axios';
22

3-
const API = axios.create({ baseURL: 'http://localhost:5000' });
3+
const API = axios.create({ baseURL: 'https://coders-garage.herokuapp.com/' });
44

55
API.interceptors.request.use((req) => {
66
if(localStorage.getItem('profile')) {

0 commit comments

Comments
 (0)