UNPKG

@tresdoce-nestjs-toolkit/archetype

Version:

Tresdoce NestJS Toolkit - Módulo informativo de la app

9 lines (8 loc) 222 B
import { RequestMethod } from '@nestjs/common'; export const CONFIG_OPTIONS = Symbol('CONFIG_OPTIONS'); export const manifestControllerExcludes = [ { path: '/info', method: RequestMethod.GET, }, ];