Skip to content

Commit 217b9ba

Browse files
fix: logo
1 parent 90b147b commit 217b9ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/api/useAxiosSWR.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
22
import useSWR from "swr";
33
import 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",

0 commit comments

Comments
 (0)