add 'latest.gif' to radar parsing
This commit is contained in:
parent
7f553da694
commit
90e659f09b
3 changed files with 52 additions and 37 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue