Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
isinghabhishek authored Jan 9, 2023
1 parent a1a8a50 commit 3e53d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

const API = axios.create({ baseURL: 'http://localhost:5000' });
const API = axios.create({ baseURL: 'https://smritiyaan-api.onrender.com/' });

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

0 comments on commit 3e53d75

Please sign in to comment.