Skip to content

Commit 5ee064d

Browse files
fix(routes): Remove auth middleware
1 parent 7ab7f0c commit 5ee064d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Http/routes.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@
8787

8888
Route::get('yahoo', [
8989
'uses' => 'YahooController@getPage',
90-
'as' => 'api.yahoo',
91-
'middleware' => ['auth']
90+
'as' => 'api.yahoo'
9291
]);
9392

9493
Route::get('clockwork', [

0 commit comments

Comments
 (0)