loopback/server/middleware/favicon.js

6 lines
135 B
JavaScript

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