signup signIn forgetPassword aPI updated
This commit is contained in:
@@ -14,7 +14,7 @@ export const projectCreationController = async (
|
||||
organization,
|
||||
useableLanguage,
|
||||
projectName,
|
||||
userName,
|
||||
userId,
|
||||
apiType,
|
||||
application,
|
||||
architecture,
|
||||
@@ -24,7 +24,7 @@ export const projectCreationController = async (
|
||||
!organization ||
|
||||
!useableLanguage ||
|
||||
!projectName ||
|
||||
!userName ||
|
||||
!userId ||
|
||||
!apiType ||
|
||||
!architecture|| !application
|
||||
) {
|
||||
@@ -38,7 +38,7 @@ export const projectCreationController = async (
|
||||
projectName,
|
||||
useableLanguage,
|
||||
description,application,
|
||||
userName,
|
||||
userId,
|
||||
apiType,
|
||||
architecture,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user