mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix description for Search decorator
This commit is contained in:
@@ -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)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user