@nest-middleware-collection/serve-favicon
TypeScript icon, indicating that this package has built-in type declarations

9.0.0 • Public • Published

Nest Middlewares - Serve Favicon

Coverage Status

This is the Nest Middleware wrapper around serve-favicon.

Installation

@nest-middleware-collection/serve-favicon is available from NPM. You can install it with this command:

npm install --save @nest-middleware-collection/serve-favicon

Usage

import { ServeFaviconMiddleware } from '@nest-middleware-collection/serve-favicon';

@Module(...)
export class MyModule {
    configure(consumer: MiddlewaresConsumer) {
        // IMPORTANT! Call Middleware.configure BEFORE using it for routes
        ServeFaviconMiddleware.configure( /* options as per helmet docs */ )
        consumer.apply(ServeFaviconMiddleware).forRoutes( /* your routes */ );
    }
}

Package Sidebar

Install

npm i @nest-middleware-collection/serve-favicon

Weekly Downloads

0

Version

9.0.0

License

MIT

Unpacked Size

5.49 kB

Total Files

6

Last publish

Collaborators

  • asheliahut