Skip to content

Commit

Permalink
Switch authentication guard to 'sanctum' in DetectionController
Browse files Browse the repository at this point in the history
  • Loading branch information
AmiraDeef committed Apr 15, 2024
1 parent 1efc331 commit d84ef47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'api' => [
'driver' => 'sanctum',
'provider' => 'users',
'hash' => false,
],

],
Expand Down

0 comments on commit d84ef47

Please sign in to comment.