Skip to content

Commit

Permalink
cors update
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadshahidbeigh committed Oct 21, 2024
1 parent 194c005 commit db51a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/axiosConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import axios from "axios";

const api = axios.create({
baseURL: "http://localhost:4000/graphql", // Replace with your backend URL
baseURL: "http://43.205.10.7:4000/graphql", // Updated to the backend URL
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit db51a8b

Please sign in to comment.