Skip to content

Commit c7cc49e

Browse files
author
Gareth Redfern
committed
add register and user/password to cors list
1 parent 8cca46b commit c7cc49e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/cors.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
'api/*',
2020
'login',
2121
'logout',
22+
'register',
23+
'user/password',
2224
'forgot-password',
2325
'reset-password',
2426
'sanctum/csrf-cookie'

0 commit comments

Comments
 (0)