1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +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:03:37 +03:00 committed by GitHub
parent 9c0da69dbb
commit 101e6cb539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ App::get('/v1/account/logs')
### 6. inject
inject is used to inject dependencies pre bounded to the app.
inject is used to inject dependencies pre-bounded to the app.
```php
App::post('/v1/storage/buckets/:bucketId/files')