release polish; dx4 1.0 beta
This commit is contained in:
+4
-2
@@ -1,3 +1,7 @@
|
||||
// CHANGE TO YOUR API DESTINATION
|
||||
// export const API_BASE_URL = "http://192.168.3.10:8321/api.php";
|
||||
// export const API_BASE_URL = "http://localhost:8321/api.php"
|
||||
export const API_BASE_URL = "http://x90620bx.beget.tech/dx4back/dengidengi.php"
|
||||
|
||||
import { atom, useAtom } from "jotai";
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
@@ -7,7 +11,6 @@ import { DengiCaching } from "./trash/dengiCashingSystem";
|
||||
import { ifstyle } from "./trash/helpers";
|
||||
import { LoginPage } from "./pages/LoginPage";
|
||||
import { DX4App } from "./pages/DX4AppPage";
|
||||
export const API_BASE_URL = "http://192.168.3.10:8321/api.php";
|
||||
|
||||
const classIDAtom = atomWithStorage("class-id", "");
|
||||
const adminAtom = atomWithStorage("admin-id", "");
|
||||
@@ -17,7 +20,6 @@ const pickmeModeAtom = atomWithStorage("pickmeMode", false);
|
||||
const EditorPage = lazy(() => import("./pages/editor"));
|
||||
const TestPage = lazy(() => import("./pages/test"));
|
||||
|
||||
|
||||
const dengi_cash = new DengiCaching();
|
||||
|
||||
// KATAMAZ DENGI ROUTER 4 PRO MAX ULTIMATE
|
||||
|
||||
Reference in New Issue
Block a user