File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-explicit-any */
22import useSWR from "swr" ;
33import AxiosFetcher from "./AxiosFetcher" ;
4- import { VITE_LAMBDA_URL } from "@constants/index" ;
4+ import { VITE_LAMBDA_URL } from "@constants/index" ;
55// VITE_BE_DOMAIN,
66
77// ENDPOINTS keys
@@ -10,8 +10,8 @@ export const ENDPOINTS = {
1010 login : "/auth/login" ,
1111 // signup: "http://test.neotec.ai/api/method/vertex_erp.api.auth.signup_and_get_token",
1212 // createSite: "http://test.neotec.ai/api/method/vertex_erp.api.utils.create_new_site",
13- signup : "https://test .neotechis.com/api/method/vertex_erp.api.auth.signup_and_get_token" ,
14- createSite : "https://test .neotechis.com/api/method/vertex_erp.api.utils.create_new_site" ,
13+ signup : "https://mytest .neotechis.com/api/method/vertex_erp.api.auth.signup_and_get_token" ,
14+ createSite : "https://mytest .neotechis.com/api/method/vertex_erp.api.utils.create_new_site" ,
1515
1616 // Optional
1717 configSite : "/server/config-site" ,
You can’t perform that action at this time.
0 commit comments