Skip to content

1.2.15

Compare
Choose a tag to compare
@herudi herudi released this 08 May 08:08
· 167 commits to master since this release
  • add preflight flag to cors libs.
  • support error as string.
app.get("/", () => {
  throw "noop";
  // => { status: 500, message: "noop" };
})