Skip to content

Conform `Bool` to `Content`

Compare
Choose a tag to compare
@VaporBot VaporBot released this 15 Jun 11:45
· 164 commits to main since this release
12e2e74
This patch was authored by @josercc and released by @0xTim.

Conform Bool to Content to allow Bool types to be returned to the top level

app.get("isOK") { req in
    return true
}