Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmailsController

The Emails controller

Hierarchy

  • EmailsController

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private app

app: any

The express application used to register a new route for this controller

Private router

router: Router = Router()

The express router

Methods

register

  • register(): this

useAuth

  • useAuth(): this
  • Enable JWT token verification. Every method called after this call will use authentication

    A user scope can be specified using a scope middleware.

    Returns this

Private useSend

  • useSend(): this

Generated using TypeDoc