add 'latest.gif' to radar parsing

This commit is contained in:
Matt Walsh
2020-09-08 20:07:09 -05:00
parent 7f553da694
commit 90e659f09b
3 changed files with 52 additions and 37 deletions

View File

@@ -35,6 +35,7 @@ module.exports = (req, res) => {
// set headers
res.header('content-type', getRes.headers['content-type']);
res.header('last-modified', getRes.headers['last-modified']);
// pipe to response
getRes.pipe(res);