changefeed
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -157,4 +157,10 @@ /* | ||
var server = options.restifyServer; | ||
server.get('/changefeeds', self._getResources.bind(this)); | ||
server.get('/changefeeds/stats', self._getStats.bind(this)); | ||
server.get({ | ||
name: 'changefeeds', | ||
path: '/changefeeds' | ||
}, self._getResources.bind(this)); | ||
server.get({ | ||
name: 'changefeeds_stats', | ||
path: '/changefeeds/stats' | ||
}, self._getStats.bind(this)); | ||
server.on('upgrade', function _upgrade(req, socket, head) { | ||
@@ -161,0 +167,0 @@ log.trace('cf: upgrade: start'); |
{ | ||
"name": "changefeed", | ||
"description": "Change Feed Modules", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Joyent (joyent.com)", | ||
@@ -6,0 +6,0 @@ "private": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45888
579