mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-24 18:16:36 +00:00
docs(directory-structure): fix typo in server (#7752)
This commit is contained in:
parent
daf99c3cac
commit
dffec69cda
@ -105,7 +105,7 @@ Given the example above, fetching `/test` with:
|
|||||||
|
|
||||||
- **GET** method: Returns `Test get handler`
|
- **GET** method: Returns `Test get handler`
|
||||||
- **POST** method: Returns `Test post handler`
|
- **POST** method: Returns `Test post handler`
|
||||||
- Any other method: Returns 404 error
|
- Any other method: Returns 405 error
|
||||||
|
|
||||||
### Catch-all Route
|
### Catch-all Route
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user