Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
Joyosmit committed Jun 2, 2024
1 parent b291ef9 commit f32e496
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 @@ -14,8 +14,8 @@ import AuthenticatedRoute from "./components/AuthenticatedRoute";
import Profile from "./pages/Profile";
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 f32e496

Please sign in to comment.