Skip to content

Commit

Permalink
cors upset
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadshahidbeigh committed Oct 21, 2024
1 parent 70438bd commit 0ea283d
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://43.205.10.7:4000", // Updated to the 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 0ea283d

Please sign in to comment.