Skip to content

Commit

Permalink
Update axios.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielreinhard1129 authored Oct 4, 2024
1 parent 87df787 commit 1295d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/lib/axios.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from "axios";

export const axiosInstance = axios.create({
baseURL: "http://localhost:8000/api",
});
baseURL: process.env.NEXT_PUBLIC_BASE_API_URL,
});

0 comments on commit 1295d0e

Please sign in to comment.