Skip to content
Snippets Groups Projects
Commit 47de734b authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

Update gddController.js

parent 763e3353
No related branches found
No related tags found
No related merge requests found
Gdd = require('./model');
/**
* @route POST /api/:product/:year
* @param {string} email.query.required - username or email - eg: user@domain
* @param {string} password.query.required - user's password.
* @returns {object} 200 - An array of user info
* @returns {Error} default - Unexpected error
*/
exports.year_gdd = function (req, res) {
var year = parseInt(req.params.year)
var product = req.params.product
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment