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