mirror of https://github.com/fafhrd91/actix-web
Update actix-web-codegen/src/lib.rs
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
5801cb945d
commit
f6c59ae591
|
@ -141,7 +141,7 @@ pub fn patch(args: TokenStream, input: TokenStream) -> TokenStream {
|
||||||
route::generate(args, input, route::GuardType::Patch)
|
route::generate(args, input, route::GuardType::Patch)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates route handler with Multiple HTTP methods guards.
|
/// Creates resource handler, allowing multiple HTTP method guards.
|
||||||
///
|
///
|
||||||
/// Syntax: `#[route("path"[, attributes])]`
|
/// Syntax: `#[route("path"[, attributes])]`
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue