Update favicon.js

Add basic JSdoc
This commit is contained in:
Rand McKinney 2014-11-24 15:08:21 -08:00
parent 761a819673
commit 2522b3f15e
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
/**
* Serve the LoopBack favicon.
* @header loopback.favicon()
*/
module.exports = require('../../lib/express-middleware').favicon;