Skip to content

covenix / RegisterOptions

Interface: RegisterOptions

Defined in: src/covenix.ts:92

Options for Covenix.register / ControllerGroup.register.

Properties

prefix?

optional prefix?: string

Defined in: src/covenix.ts:98

Base path prepended to this controller's @Route prefix — e.g. '/v1' for versioning. Reflected in both the mounted Express routes and the generated paths. Composes with any enclosing Covenix.group.