Skip to content

Commit

Permalink
Commented out the baseURL localhost in App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joyosmit committed May 31, 2024
1 parent b2cc680 commit d13248f
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 @@ -16,8 +16,8 @@ import Profile from "./pages/Profile";
import OTP from "./pages/Otp.jsx";
import React from "react";
import Loader from "./components/Loader";
import axios from "axios";
axios.defaults.baseURL = "http://localhost:3001/";
// import axios from "axios";
// axios.defaults.baseURL = "http://localhost:3001/";

function App() {
return (
Expand Down

0 comments on commit d13248f

Please sign in to comment.