Skip to content

Commit

Permalink
1923
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess authored Dec 26, 2024
1 parent 1b9711c commit ee7c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function(app, pg, conString){
app.get('/meta', function(req, res) {

//potential multi select (comma delimited list)
var db = req.query.db || "acs1822";
var db = req.query.db || "acs1923";
var schema = req.query.schema || "data";

//Query metadata
Expand Down

0 comments on commit ee7c6ca

Please sign in to comment.