``` path(“…”) { get {} post {} } ```
# announcements
o
Copy code
path(“…”) {
  get {}
  post {}
}