Hierarchy

  • RouterOption

Properties

description?: string

router description, for swagger

Deprecated

ignoreGlobalPrefix?: boolean

ignore global prefix

method?: string

which method decorator attached

middleware array in router

path?: string | RegExp

router path, like "/api"

requestMethod: string

http method, like "get", "post"

routerName?: string

router alias name

summary?: string

router summary, for swagger

Deprecated

Generated using TypeDoc