New version API collaboration and tested for Project

This commit is contained in:
2025-05-29 19:11:26 +05:30
parent 72faf6782e
commit 2bb3814d75
25 changed files with 526 additions and 88 deletions

View File

@@ -60,12 +60,12 @@ export const CreateAssetController = async (
switch (result.status) {
case "User not found":
res.status(200).json({
res.status(404).json({
message: "User not found",
});
break;
case "Project not found":
res.status(200).json({
res.status(404).json({
message: "Project not found",
});
break;