Update docs/tutorials/add-route.md

Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
This commit is contained in:
Shimon Newman
2022-09-09 16:07:09 +03:00
committed by GitHub
parent 016de02356
commit cd058633f5
+1 -1
View File
@@ -104,7 +104,7 @@ App::post('/v1/storage/buckets/:bucketId/files')
### Events
* event - A pattern that is associated with the route in behalf of realtime messaging.
Placeholders marked as [] are parsed and replaced with their real values.
Placeholders marked as `[]` are parsed and replaced with their real values.
```php
App::post('/v1/storage/buckets/:bucketId/files')