We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10d8ba commit 2857cc1Copy full SHA for 2857cc1
client/src/index.js
@@ -6,7 +6,7 @@ import App from "./App";
6
import "./index.css";
7
import store from "./store";
8
9
-export const API = "http://157.245.111.58";
+export const API = "http://localhost:5000";
10
11
ReactDOM.render(
12
<React.StrictMode>
0 commit comments