@greengreystudio/server-package-protocol-account
v1.0.4
Published
Interservice protocol package for Nest.js apps
Downloads
9
Keywords
Readme
Installation
npm install @greengreystudio/server-package-protocol-account
Usage
// POST /example
@Post(ExampleDto.CommandName)
async expmple(@Body() body: ExampleDto) {
/**
* ....
*/
}