Skip to content

Commit

Permalink
bug(Comment)Get comment likes
Browse files Browse the repository at this point in the history
create route to get comment likes

create a controller class for the route
Write tests to test for the funtionality of the feature
Change route of like comment
  • Loading branch information
Peace Oyedeji authored and Peace Oyedeji committed Mar 23, 2019
1 parent a4a65d6 commit 9b9cfe0
Show file tree
Hide file tree
Showing 13 changed files with 349 additions and 206 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"MethodDefinition": true,
"ClassDeclaration": true
}
}]
}],
"brace-style": "off"
}
}
6 changes: 6 additions & 0 deletions env_sample
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ CLOUDINARY_API_KEY=<...>
CLOUDINARY_API_SECRET=<...>
CLOUD_NAME=<...>
REACT_ENDPOINT=https://denethor-ah-frontend-staging.herokuapp.com
FIREBASE_API_KEY=<...>
FIREBASE_AUTH_DOMAIN=<...>
FIREBASE_DATABASE_URL=<...>
FIREBASE_PROJECT_ID=<...>
FIREBASE_STORAGE_BUCKET=<...>
FIREBASE_MESSAGING_SENDER_ID=<...>
Loading

0 comments on commit 9b9cfe0

Please sign in to comment.