From c8d09bf35507ced877555c527096e5a85d88ff6c Mon Sep 17 00:00:00 2001 From: TBleess Date: Sat, 26 Oct 2024 08:20:44 -0600 Subject: [PATCH] 2023 --- routes/muni_pop_housing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/muni_pop_housing.js b/routes/muni_pop_housing.js index 0e4fbd6..ab9e3de 100644 --- a/routes/muni_pop_housing.js +++ b/routes/muni_pop_housing.js @@ -59,7 +59,7 @@ module.exports = function(app, pg, conString) { if (!req.query.year) { res.send('please specify a year (or comma separated list of years)'); } else { - yeardomain = ["2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022"]; + yeardomain = ["2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023"]; //create array of years year = (req.query.year).split(","); //validate year input