Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs(directory-structure): fix typo in server
Browse files Browse the repository at this point in the history
  • Loading branch information
heappynd committed Sep 22, 2022
1 parent daf99c3 commit 21cc4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/2.directory-structure/1.server.md
Expand Up @@ -105,7 +105,7 @@ Given the example above, fetching `/test` with:

- **GET** method: Returns `Test get handler`
- **POST** method: Returns `Test post handler`
- Any other method: Returns 404 error
- Any other method: Returns 405 error

### Catch-all Route

Expand Down

0 comments on commit 21cc4ad

Please sign in to comment.