Skip to content

Commit

Permalink
Merge pull request #16 from Saksham-Chauhan/main
Browse files Browse the repository at this point in the history
chore: update default server url
  • Loading branch information
1stdevfriend authored Dec 19, 2023
2 parents 8739dc5 + 7162b59 commit a3af174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
import { BASE_URL } from "../content_option";

const client = axios.create({
baseURL: BASE_URL ? BASE_URL : "http://localhost:8086",
baseURL: BASE_URL ? BASE_URL : "https://api.xhunter.in",
});

export default client;

0 comments on commit a3af174

Please sign in to comment.