feat: begin work on beer type page and associated api routes

This commit is contained in:
Aaron William Po
2023-09-17 20:27:33 -04:00
parent 7c42146751
commit 6b8682e686
12 changed files with 377 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ const editComment = async (
id,
});
res.status(200).json({
res.status(200).json({
success: true,
message: 'Comment updated successfully',
statusCode: 200,