Skip to content

Commit ae62ab6

Browse files
committed
made camelcase change
1 parent 7ac30d8 commit ae62ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/Vacations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(router){
1515
// RETRIEVE all active vacation packages
1616
// Active = validTill >= Today's date
1717

18-
// /v1/Vacations
18+
// /v1/vacations
1919
router.route(URI).get(function(req, res,next){
2020
console.log("GET Vacations")
2121
//1. Setup query riteria for the active pacakages

0 commit comments

Comments
 (0)