edges node collection and project api processed
This commit is contained in:
@@ -15,6 +15,7 @@ export const projectCreationController = async (
|
||||
projectName,
|
||||
userName,
|
||||
apiType,
|
||||
application,
|
||||
architecture,
|
||||
description,
|
||||
} = req.body;
|
||||
@@ -24,7 +25,7 @@ export const projectCreationController = async (
|
||||
!projectName ||
|
||||
!userName ||
|
||||
!apiType ||
|
||||
!architecture
|
||||
!architecture|| !application
|
||||
) {
|
||||
res.status(400).json({
|
||||
message: "All fields are required",
|
||||
@@ -35,7 +36,7 @@ export const projectCreationController = async (
|
||||
organization,
|
||||
projectName,
|
||||
useableLanguage,
|
||||
description,
|
||||
description,application,
|
||||
userName,
|
||||
apiType,
|
||||
architecture,
|
||||
|
||||
Reference in New Issue
Block a user