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.
2 parents 71baaa1 + 300098d commit 5d2e080Copy full SHA for 5d2e080
src/libs/utils.ts
@@ -2,8 +2,9 @@ export const baseURL = () => {
2
const url =
3
process.env.NODE_ENV === "development"
4
? "http://localhost:3000"
5
- : // : "https://socketionextjs.netlify.app";
6
- "http://ec2-3-137-182-223.us-east-2.compute.amazonaws.com/";
+ : "http://localhost:3000";
+
7
+ // "http://ec2-3-137-182-223.us-east-2.compute.amazonaws.com/";
8
9
return url;
10
};
0 commit comments