docs(directory-structure): fix typo in server (#7752)

This commit is contained in:
Lov`u`e 2022-09-22 21:22:46 +08:00 committed by GitHub
parent daf99c3cac
commit dffec69cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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