Skip to content

Commit

Permalink
fix description for Search decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
havrydotdev authored Sep 19, 2023
1 parent e419b29 commit 8631f39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Head = createMappingDecorator(RequestMethod.HEAD);
export const All = createMappingDecorator(RequestMethod.ALL);

/**
* Route handler (method) Decorator. Routes all HTTP requests to the specified path.
* Route handler (method) Decorator. Routes HTTP SEARCH requests to the specified path.
*
* @see [Routing](https://docs.nestjs.com/controllers#routing)
*
Expand Down

0 comments on commit 8631f39

Please sign in to comment.