UNPKG

eyefi

Version:

integrate image-uploads from eye-fi cards into your application

8 lines (7 loc) 213 B
"use strict"; module.exports = function(config) { // uploads are handled by the middleware, so we're done here... return function __uploadHandler(req, res) { res.render('uploadSuccess'); }; };