Skip to content

Instantly share code, notes, and snippets.

@froggomad
Created April 20, 2023 05:10
Show Gist options
  • Save froggomad/ca9daf30e3596c3422df87e4ea7bbfab to your computer and use it in GitHub Desktop.
Save froggomad/ca9daf30e3596c3422df87e4ea7bbfab to your computer and use it in GitHub Desktop.
code block for test-2
app.post("items") { req -> Item in
let item = try req.content.decode(Item.self)
return item
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment