diff --git a/src/utils/api/api.tsx b/src/utils/api/api.tsx index b1a9f472..6f70b6b1 100644 --- a/src/utils/api/api.tsx +++ b/src/utils/api/api.tsx @@ -2,7 +2,7 @@ /* eslint-disable @typescript-eslint/no-unsafe-return */ import axios from "axios"; -const API_BASE_URL = "http://localhost:8080"; //process.env.BASE_URL; +const API_BASE_URL = "http://localhost:8000"; //process.env.BASE_URL; const HEADERS = { Accept: "application/json", "Content-Type": "application/json",