fix description for Search decorator

This commit is contained in:
Ivan Gavrylenko
2023-09-19 22:35:05 +03:00
committed by GitHub
parent e419b294b2
commit 8631f39621

View File

@@ -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)
*