|
@@ -4,8 +4,8 @@ import { Loading } from "@/components/UI";
|
|
|
|
|
|
var isProduction = process.env.NODE_ENV === "production";
|
|
|
|
|
|
-const serverName = isProduction ? "/api/" : "http://192.168.20.55:8035/api/";
|
|
|
-// const serverName = isProduction ? "/api/" : "http://gdbwg.4dage.com/api/";
|
|
|
+// const serverName = isProduction ? "/api/" : "http://192.168.20.55:8035/api/";
|
|
|
+const serverName = isProduction ? "/api/" : "http://gdbwg.4dage.com/api/";
|
|
|
|
|
|
const serverLocation = window.location.hostname;
|
|
|
|