We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb8460 commit 3f3f454Copy full SHA for 3f3f454
docs/integrations/nuxt.md
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
39
40
```typescript [api.ts]
41
export default () => new Elysia() // [!code ++]
42
- .get('/hello', () => ({ message: 'Hello world!' }) // [!code ++]
+ .get('/hello', () => ({ message: 'Hello world!' })) // [!code ++]
43
```
44
45
4. Use Eden Treaty in your Nuxt app:
0 commit comments