1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13: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:04:00 +03:00 committed by GitHub
parent 101e6cb539
commit 2ef98752dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ App::post('/v1/storage/buckets/:bucketId/files')
``` ```
### 2. Description ### 2. Description
Used as an abstract description of the route. Used as an abstract description of the route.
```php ```php
App::post('/v1/storage/buckets/:bucketId/files') App::post('/v1/storage/buckets/:bucketId/files')
->desc('Create File') ->desc('Create File')