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

Updating to the new devices-db.

This commit is contained in:
Gunther Brunner 2014-05-23 17:23:49 +09:00
parent 17e7b94d68
commit 3794237224
3 changed files with 5 additions and 5 deletions

View file

@ -4,5 +4,5 @@ var pathutil = require('../util/pathutil')
module.exports = function() {
return express.static(
pathutil.root('node_modules/stf-device-db/data/small'))
pathutil.root('node_modules/stf-device-db/dist'))
}