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