1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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')