Function MappedRoutes

  • Map routes from a directory to create an Express router.

    Parameters

    • path: string

      The absolute path to the directory containing the routes.

    • Optional options: MappedRoutesOptions

      A configuration object for these mapped routes.

    Returns Router

Generated using TypeDoc