Skip to content
Snippets Groups Projects
Commit 9dc1d13d authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Removed unused query parameter renderer.

parent dd0ad2a5
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,6 @@ const server = app.listen(PORT, function () { ...@@ -29,8 +29,6 @@ const server = app.listen(PORT, function () {
* Render hydrograph PNGs * Render hydrograph PNGs
*/ */
app.get(`${PATH_CONTEXT}/monitoring-location/:siteID/`, cache({ttl: CACHE_TIMEOUT}), checkSchema({ app.get(`${PATH_CONTEXT}/monitoring-location/:siteID/`, cache({ttl: CACHE_TIMEOUT}), checkSchema({
renderer: {
},
parameterCode: { parameterCode: {
in: ['query'], in: ['query'],
errorMessage: 'parameterCode (5 digit string) is required', errorMessage: 'parameterCode (5 digit string) is required',
......
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