File tree Expand file tree Collapse file tree
components/sections/GetStartedModal/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="src/images/Alphax.svg " />
5+ < link rel ="icon " type ="image/svg+xml " href ="src/images/logo.jpg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Alphax Saas</ title >
88 </ head >
9- < body id ="root-body ">
9+ < body id ="root-body ">
1010 < div id ="root "> </ div >
1111 < script type ="module " src ="/src/main.tsx "> </ script >
1212 </ body >
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ import { VITE_LAMBDA_URL } from "@constants/index";
88export const ENDPOINTS = {
99 // Auth
1010 login : "/auth/login" ,
11- signup : "http://test.neotec.ai/api/method/vertex_erp.api.auth.signup_and_get_token" ,
12- createSite : "http://test.neotec.ai/api/method/vertex_erp.api.utils.create_new_site" ,
11+ // signup: "http://test.neotec.ai/api/method/vertex_erp.api.auth.signup_and_get_token",
12+ // createSite: "http://test.neotec.ai/api/method/vertex_erp.api.utils.create_new_site",
13+ signup : "http://test.neotechis.com/api/method/vertex_erp.api.auth.signup_and_get_token" ,
14+ createSite : "http://test.neotechis.com/api/method/vertex_erp.api.utils.create_new_site" ,
1315
1416 // Optional
1517 configSite : "/server/config-site" ,
You can’t perform that action at this time.
0 commit comments