Skip to content

Commit

Permalink
fix stupid baseurl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinWoodring committed Sep 29, 2023
1 parent 8ad3cc5 commit 219203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientapp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import App from "./App";
import reportWebVitals from "./reportWebVitals";
import axios from "axios";

axios.defaults.baseURL = 'https://capibara.tools';
//axios.defaults.baseURL = 'http://localhost:9000';

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
Expand Down

0 comments on commit 219203d

Please sign in to comment.