Skip to content

Commit 2d800d9

Browse files
committed
Prettier
1 parent 1d87ea7 commit 2d800d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/integrations/integration-with-uwebsockets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const yoga = createYoga<ServerContext>({
4747

4848
App()
4949
.any('/*', yoga)
50-
.listen("localhost", 4000, () => {
50+
.listen('localhost', 4000, () => {
5151
console.log(`Server is running on http://localhost:4000`)
5252
})
5353
```

0 commit comments

Comments
 (0)