UNPKG

tenna

Version:

A node js application that lets you easily stream most videos from any PC/laptop in your home network, to other devices in the network with a browser.

9 lines (7 loc) 174 B
"use strict"; module.exports = function(app) { var watchedDirs = []; app.get('/setup', function(req, res, next){ res.render("setup_view"); }); }