Skip to content

Commit

Permalink
Fixed baseURL for axios instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritzs committed Mar 31, 2025
1 parent 6af87c9 commit 59d304d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/services/AxiosInstance.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

const AxiosInstance = axios.create({
baseURL: "http://localhost:8000",
baseURL: "/",
timeout: 5000,
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 59d304d

Please sign in to comment.