1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Implement device screen.

This commit is contained in:
Simo Kinnunen 2014-02-06 22:45:19 +09:00
parent a2dd5ad0c7
commit d17e86bc57
9 changed files with 317 additions and 1 deletions

View file

@ -79,6 +79,7 @@ module.exports = function(options) {
var whitelist = {
'devices/index': true
, 'devices/control': true
, 'devices/screen': true
}
if (whitelist.hasOwnProperty(req.params[0])) {