1.0.4 • Published 2 years ago

@greengreystudio/server-package-protocol-account v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install @greengreystudio/server-package-protocol-account

Usage

// POST /example
@Post(ExampleDto.CommandName)
async expmple(@Body() body: ExampleDto) {
  /**
   * ....
   */
}