mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Implement device screen.
This commit is contained in:
@@ -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])) {
|
||||
|
||||
Reference in New Issue
Block a user