Skip to content

Commit

Permalink
www
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 8, 2024
1 parent d7b8c54 commit 7da9a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { isEmpty } from "lodash";

export const isDev = process.env.APP_DEV ? (process.env.APP_DEV.trim() == "true") : false;

export const baseURL = isDev ? "http://localhost:3001" : "https://algojobs.ca";
export const baseURL = isDev ? "http://localhost:3001" : "https://www.algojobs.ca";
const api = axios.create({
baseURL,
});
Expand Down

0 comments on commit 7da9a10

Please sign in to comment.