Skip to content

Commit

Permalink
Update SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
xWyvernPx authored Oct 28, 2023
1 parent 1b510c6 commit ab128b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/service/axiosClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const getToken = () => {

const axiosClient = axios.create({
// baseURL: BASE_URL+"/"+import.meta.env.VITE_API_VERSION,
baseURL: "http://momkitchen.wyvernpserver.tech/api/v1",
baseURL: "https://momkitchen.wyvernpserver.tech/api/v1",
// baseURL: "http://localhost:5000/api/v1",
// withCredentials: true,
headers: {
Expand Down

0 comments on commit ab128b9

Please sign in to comment.