Skip to content

Commit 5ee824e

Browse files
authored
docs: add return to group
1 parent 8bddb4e commit 5ee824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ import { Elysia } from 'elysia'
8181
new Elysia()
8282
.get("/", () => "Hi")
8383
.group("/auth", app => {
84-
app
84+
return app
8585
.get("/", () => "Hi")
8686
.post("/sign-in", ({ body }) => body)
8787
.put("/sign-up", ({ body }) => body)

0 commit comments

Comments
 (0)