UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

9 lines (5 loc) 233 B
var properties = require('../../../lib/rules/util').properties; module.exports = function(req, res) { properties.set('doNotShowAgainVersion', properties.getLatestVersion('latestVersion')); res.json({ec: 0, em: 'success'}); };