mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-20 02:29:31 -07:00
start of radar images
This commit is contained in:
@@ -10,8 +10,6 @@ const queryString = require('querystring');
|
||||
|
||||
// return an express router
|
||||
module.exports = (req, res) => {
|
||||
if (!req.query.u) res.status(404);
|
||||
|
||||
// add out-going headers
|
||||
const headers = {};
|
||||
headers['user-agent'] = '(WeatherStar 4000+, ws4000@netbymatt.com)';
|
||||
|
||||
Reference in New Issue
Block a user