Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jun 16, 2024
1 parent 1d87ea7 commit 2d800d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const yoga = createYoga<ServerContext>({

App()
.any('/*', yoga)
.listen("localhost", 4000, () => {
.listen('localhost', 4000, () => {
console.log(`Server is running on http://localhost:4000`)
})
```
Expand Down

0 comments on commit 2d800d9

Please sign in to comment.