Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ControllerOptions

Hierarchy

  • ControllerOptions

Index

Properties

Optional basePath

basePath: string

A path segment to prepend to all routes in the controller

Optional group

group: string

Group for methods which don't specify their API group.

Optional middleware

middleware: MiddlewareDefinition[]

Middleware to be applied to all route methods for this controller.

Generated using TypeDoc