mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Implement device screen.
This commit is contained in:
parent
a2dd5ad0c7
commit
d17e86bc57
9 changed files with 317 additions and 1 deletions
|
@ -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])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue