annotation Athena::Routing::Post
Overview
Defines a POST endpoint.
Fields
- path :
String
- The path for the endpoint.
Example
@[Athena::Routing::Post(path: "/users")]
Defines a POST endpoint.
String
- The path for the endpoint.@[Athena::Routing::Post(path: "/users")]