dx4 v2
This commit is contained in:
+6
-2
@@ -1,7 +1,7 @@
|
||||
// CHANGE TO YOUR API DESTINATION
|
||||
export const API_BASE_URL = "http://localhost:8321/api.php";
|
||||
// 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"
|
||||
// export const API_BASE_URL = "http://x90620bx.beget.tech/dx4back/api.php"
|
||||
|
||||
import { atom, useAtom } from "jotai";
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
@@ -19,6 +19,8 @@ const pickmeModeAtom = atomWithStorage("pickmeMode", false);
|
||||
|
||||
const EditorPage = lazy(() => import("./pages/editor"));
|
||||
const TestPage = lazy(() => import("./pages/test"));
|
||||
const AdminProfilePage = lazy(() => import("./pages/AdminProfile"));
|
||||
const ClassProfilePage = lazy(() => import("./pages/ClassProfile"));
|
||||
|
||||
const dengi_cash = new DengiCaching();
|
||||
|
||||
@@ -61,6 +63,8 @@ const pages = {
|
||||
"/exit": <ExitPage {...basePageProps} />,
|
||||
"/editor": <EditorPage {...basePageProps} />,
|
||||
"/test": <TestPage />,
|
||||
"/adminprofile": <AdminProfilePage {...basePageProps} />,
|
||||
"/classprofile": <ClassProfilePage {...basePageProps} />,
|
||||
};
|
||||
|
||||
let changeAnchor = true;
|
||||
|
||||
Reference in New Issue
Block a user