mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
add 'latest.gif' to radar parsing
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user