Collaboration completed for builder,dashboard, visualization for API and socket
This commit is contained in:
@@ -113,9 +113,7 @@ export const WallGet = async (
|
||||
});
|
||||
break;
|
||||
case "wallitems not found":
|
||||
res.status(404).json({
|
||||
message: "wallitems not found",
|
||||
});
|
||||
res.status(200).json(result.data);
|
||||
break;
|
||||
case "Success":
|
||||
res.status(200).json(result.data);
|
||||
|
||||
Reference in New Issue
Block a user