worked with socket for dashboard
This commit is contained in:
@@ -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 }),
|
||||
|
||||
Reference in New Issue
Block a user