running
npm run document
then -> http://localhost:3000/api/docs/#/
there are things missing PUT on locations, mint the token etc.
I guess it's because the functions are missing:
/**
* @api {get} /api/store/tariffs/:cpo get all tariffs by CPO
* @apiName tariffs/:cpo
* @apiGroup store
* @apiHeader {String} Authorization Authorization Token value
* @apiParam {String} cpo The CPO ID of which the tariffs belong to
*
* @apiDescription get all tariffs by CPO
*/
running npm run document then -> http://localhost:3000/api/docs/#/ there are things missing PUT on locations, mint the token etc.
I guess it's because the functions are missing:
This is low priority, but nice-to-have.