1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Update add-route.md

This commit is contained in:
Tushar Dahiya 2022-10-09 16:55:17 +05:30 committed by GitHub
parent b271a98867
commit 765dca4a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ App::post('/v1/storage/buckets/:bucketId/files')
```
#### Events
* event - A pattern that is associated with the route in behalf of real time messaging.
* 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.
```php