Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuchall committed Feb 18, 2022
1 parent 33b0e37 commit 07276d9
Show file tree
Hide file tree
Showing 3 changed files with 1,676 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install the [meta-controller package](https://www.npmjs.com/package/meta-control
`npm install meta-controller`

## Basic Usage
Create a REST API controller by using the `JsonController(<route>)` decorator and define routes by using the `@Route(<http method>, <path>)` decorator.<br/> Routes can be synchronous or asynchronous. Route paramaters are automatically transformed ([meta-transformer](https://www.npmjs.com/package/meta-transformer)) and validated ([meta-validator](https://www.npmjs.com/package/meta-validator)). <br/>
Create a REST API controller by using the `JsonController(<route>)` decorator and define routes by using the `@Route(<http method>, <path>)` decorator. Routes can be synchronous or asynchronous. Route paramaters are automatically transformed ([meta-transformer](https://www.npmjs.com/package/meta-transformer)) and validated ([meta-validator](https://www.npmjs.com/package/meta-validator)). <br/>
```
@JsonController("/basic")
class WidgetController {
Expand Down
Loading

0 comments on commit 07276d9

Please sign in to comment.