UNPKG

sails

Version:

API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)

9 lines (6 loc) 121 B
module.exports = { watch: function(req, res) { req._sails.models.pet.watch(req); res.sendStatus(200); } };