deprecate add month for volume only

This commit is contained in:
pt 2020-02-16 22:34:06 -05:00
parent ff3e18edc7
commit 2ec8ec75f0

View File

@ -196,6 +196,8 @@ server.get('/undo_change', bodyParser.json(), function(req, res) {
};
})
//deprecating this route, just use _vp for volume and prive
/*
server.post('/addmonth_v', bodyParser.json(), function(req, res) {
var sql = "";
@ -237,6 +239,7 @@ server.post('/addmonth_v', bodyParser.json(), function(req, res) {
Postgres.FirstRow(sql, [], res)
}
})
*/
server.post('/addmonth_vp', bodyParser.json(), function(req, res) {