Skip to content

Commit a59aca7

Browse files
authored
Update README.md
1 parent fb31e9f commit a59aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Route::group(['middleware' => [\ReaZzon\JWTAuth\Http\Middlewares\ResolveUser::cl
3535
or
3636

3737
```php
38-
Route::post('account', function () {
38+
Route::get('account', function () {
3939

4040
// Logic that should be available only for authenticated users
4141

0 commit comments

Comments
 (0)