We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac30d8 commit ae62ab6Copy full SHA for ae62ab6
api/v1/Vacations.js
@@ -15,7 +15,7 @@ module.exports = function(router){
15
// RETRIEVE all active vacation packages
16
// Active = validTill >= Today's date
17
18
- // /v1/Vacations
+ // /v1/vacations
19
router.route(URI).get(function(req, res,next){
20
console.log("GET Vacations")
21
//1. Setup query riteria for the active pacakages
0 commit comments