Skip to content

Commit

Permalink
baseUrl changed
Browse files Browse the repository at this point in the history
  • Loading branch information
halituzan committed Nov 6, 2024
1 parent d4dc8ee commit 8b6879c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/Network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const network = class NETWORK {

constructor(axios: { create: (arg0: { baseURL: string }) => any }) {
this.network = axios.create({
//baseURL: "https://halituzan.vercel.app/api",
baseURL: "http://localhost:3000/api",
baseURL: "https://halituzan.vercel.app/api",
// baseURL: "http://localhost:3000/api",
});
}

Expand Down

0 comments on commit 8b6879c

Please sign in to comment.