worked with socket for dashboard

This commit is contained in:
2025-06-02 11:20:00 +05:30
40 changed files with 1415 additions and 320 deletions

View File

@@ -7,7 +7,7 @@ export const signUpApi = async (
organization: Object
) => {
try {
const response = await fetch(`${url_Backend_dwinzo}/api/v2/Auth/signup`, {
const response = await fetch(`${url_Backend_dwinzo}/api/V1/Auth/signup`, {
method: "POST",
headers: { "Content-Type": "application/json", },
body: JSON.stringify({ userName, Email, Password, organization }),