Skip to content

Commit

Permalink
docs(qwik-city) support all request methods (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tleperou authored Dec 19, 2023
1 parent f37933b commit 616afbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-grapes-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/qwik-city': patch
---

expose qwik city throughout all the request methods instead of only the get
2 changes: 1 addition & 1 deletion packages/qwik-city/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Hono } from 'hono'

const app = new Hono()

app.get('*', qwikMiddleware({ render, qwikCityPlan }))
app.all('*', qwikMiddleware({ render, qwikCityPlan }))

export default app
```
Expand Down

0 comments on commit 616afbc

Please sign in to comment.