Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 16, 2023
1 parent d53cc60 commit 742f617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/2.directory-structure/1.server.md
Expand Up @@ -10,7 +10,7 @@ description: The server/ directory is used to register API and server handlers t
Nuxt automatically scans files inside these directories to register API and server handlers with HMR support:
- `~/server/api`
- `~/server/routes`
- `~/server/middleware`
- `~/server/middleware`

Each file should export a default function defined with `defineEventHandler()` or `eventHandler()` (alias).

Expand Down

0 comments on commit 742f617

Please sign in to comment.