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
+1 -1
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