Skip to content

Commit

Permalink
Fixed: bad csrf URL for sanctum
Browse files Browse the repository at this point in the history
  • Loading branch information
james2doyle committed Sep 9, 2021
1 parent a869408 commit 9637bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
/**
* The URL to fetch the CSRF token from (if `use_csrf` is true).
*/
'csrf_url' => '/sanctum/csrf-token',
'csrf_url' => '/sanctum/csrf-cookie',
],

/*
Expand Down

0 comments on commit 9637bac

Please sign in to comment.