Skip to content

Commit

Permalink
docs(websocket): correct nuxt sse url (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli authored May 10, 2024
1 parent cd68019 commit 8ef9a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/3.websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ As an alternative to WebSockets, you can use [Server-sent events](https://develo

### Example

Create an SSE handler in `routes/sse.ts` (or `server/routes/api/sse.ts` for Nuxt).
Create an SSE handler in `routes/sse.ts` (or `server/routes/sse.ts` for Nuxt).

```ts [sse.ts]
export default defineEventHandler(async (event) => {
Expand Down

0 comments on commit 8ef9a19

Please sign in to comment.