Skip to content

Commit 76c4fd3

Browse files
committed
typo
1 parent 6b4ea06 commit 76c4fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class DummyValidateService extends ValidateService
114114
];
115115
}
116116
```
117-
### Confit routes
117+
### Config routes
118118
We follow [Laravel routes](https://laravel.com/docs/8.x/routing) pattern. But as we are dealing with API, modify the file `routes/api.php`, adding the following routes:
119119
```php
120120
Route::get('dummies', 'App\Http\Controllers\DummyController@index');

0 commit comments

Comments
 (0)