Skip to content

Commit

Permalink
fix(express): remove every "controller" word occurence
Browse files Browse the repository at this point in the history
BREAKING CHANGE: rename Controllers to RegistrationArray
  • Loading branch information
jeremyben committed Oct 3, 2021
1 parent 93081e5 commit c68bca8
Show file tree
Hide file tree
Showing 14 changed files with 176 additions and 179 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Organize your [Express](https://expressjs.com/) application. Have a little taste
```ts
@Use(isAuthenticated)
@Router('/things')
class ThingController {
class ThingRouter {

@Get('/:id')
async get(@Params('id') id: string, @Res res: Response) {
Expand Down
Loading

0 comments on commit c68bca8

Please sign in to comment.