Skip to content

Commit

Permalink
Changed api base url
Browse files Browse the repository at this point in the history
  • Loading branch information
taheeraahmed committed Sep 10, 2023
1 parent a56a40c commit 17f7e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 17f7e96

Please sign in to comment.