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

Rename icon middlewares. They're cleaner this way.

This commit is contained in:
Simo Kinnunen 2014-05-13 16:41:07 +09:00
parent ea0ec88b1f
commit 9edd849d28
3 changed files with 2 additions and 2 deletions

View file

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