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'))
}