Skip to content

Commit

Permalink
Removed baseurl from app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetDOD committed Aug 10, 2024
1 parent e217e4e commit 7d2cc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import GoogleTranslate from "./components/GoogleTranslate";
import ProgressScrollDown from "./components/ProgressScrollDown";
import Preloader from "./components/PreLoader";
import "./App.css"
import axios from "axios";
axios.defaults.baseURL = "http://localhost:3001/";
// import axios from "axios";
// axios.defaults.baseURL = "http://localhost:3001/";

function App() {
const { theme, toggleTheme } = useTheme();
Expand Down

0 comments on commit 7d2cc5a

Please sign in to comment.