Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanzhd committed Dec 27, 2020
1 parent 211395f commit 5568582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Router.post('/firstLogin', authorizeUser, indexContoller.postFirstLoginInformati
Router.post('/changepassword', authorizeUser, indexContoller.changePassword);
Router.post('/externalLinks', authorizeUser, indexContoller.postExternalInformationDetails);
Router.post('/externalProfile', authorizeUser, indexContoller.postExternalProfileDetails);
Router.post('/notification', authorizeUser, indexContoller.postNotificationController);
Router.post('/verify', indexContoller.verifyUser);
Router.post('/notification-comment', authorizeUser, indexContoller.postCommentNotification);
Router.post('/notification-like', authorizeUser, indexContoller.postLikeNotification);
Expand Down

0 comments on commit 5568582

Please sign in to comment.