Skip to content

Commit

Permalink
updated admin navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
VenketeshRushi committed Oct 31, 2023
1 parent b863c7f commit 087ff82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { Provider } from "react-redux";
import { PersistGate } from "redux-persist/integration/react";
import axios from "axios";

// axios.defaults.baseURL = "https://nike-clone-tcmw.onrender.com";
axios.defaults.baseURL = "https://nike-clone-tcmw.onrender.com";

axios.defaults.baseURL = "http://localhost:3000";
// axios.defaults.baseURL = "http://localhost:3000";

ReactDOM.createRoot(document.getElementById("root")).render(
// <React.StrictMode>
Expand Down

0 comments on commit 087ff82

Please sign in to comment.