This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Description
Hi,
I'm on a project with Restify. Looking at the documentation (http://restify.com/docs/request-api/#href) the req.uri method should be the req.href or req.url
Here is giving an error because of this
|
return callback(new Error('request.uri field is required.')); |
restify-stormpath gets error because of this!!!