mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 15:42:09 +00:00
docs: remove useless :
(#4464)
This commit is contained in:
parent
4c19b2652f
commit
87b6ebdec7
@ -62,7 +62,7 @@ export default defineEventHandler((event) => {
|
|||||||
|
|
||||||
## Matching Route Parameters
|
## Matching Route Parameters
|
||||||
|
|
||||||
Server routes can use dynamic parameters within brackets in the file name like `/api/hello/[:name].ts` and accessed via `event.context.params`.
|
Server routes can use dynamic parameters within brackets in the file name like `/api/hello/[name].ts` and accessed via `event.context.params`.
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user