Skip to content

Commit

Permalink
fix: small url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woaitsAryan committed Feb 21, 2024
1 parent 02b1dcb commit 917f585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import axios from 'axios';
import { getToken, setToken } from './handleToken';

export const axiosInstance = axios.create({
// baseURL: process.env.NEXT_PUBLIC_BACKEND_BASE_URL,
baseURL: "http://localhost:3002",
baseURL: process.env.NEXT_PUBLIC_BACKEND_BASE_URL,
// baseURL: "http://localhost:3002",
withCredentials: true,
});

Expand Down

0 comments on commit 917f585

Please sign in to comment.