Skip to content

Commit

Permalink
global api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan291 committed Oct 19, 2024
1 parent c17351d commit 6b18f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/apiClient.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

const BASE_URL = 'https://webservice-y4qv.onrender.com/';
const BASE_URL = 'https://webservice-y4qv.onrender.com';
// const BASE_URL = 'http://localhost:8000';

const apiClient = axios.create({
Expand Down

0 comments on commit 6b18f65

Please sign in to comment.