Skip to content

Commit fc6003f

Browse files
author
SyedAthar25
committed
final commit
1 parent f5927dc commit fc6003f

5 files changed

Lines changed: 469 additions & 75 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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>

src/api/useAxiosSWR.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ import { VITE_LAMBDA_URL } from "@constants/index";
88
export 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",

0 commit comments

Comments
 (0)