Skip to content

Commit

Permalink
Merge d983d5f into 17d786a
Browse files Browse the repository at this point in the history
  • Loading branch information
henperi committed Jan 9, 2019
2 parents 17d786a + d983d5f commit a8daecb
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 7 deletions.
2 changes: 1 addition & 1 deletion routes/highlights.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { checkHighlightUpdate, checkHighlightCreate } from '../middlewares/highl
const router = express.Router();

router.post(
'/:articleId/highlight',
'/:articleId/highlights',
checkAuthentication,
checkArticle,
checkHighlightCreate,
Expand Down
Loading

0 comments on commit a8daecb

Please sign in to comment.