Skip to content

Commit

Permalink
Update amethyst.api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
railken committed Mar 28, 2024
1 parent 27cb108 commit 558eb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/amethyst.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'router' => [
'as' => 'app.',
'middleware' => [
'optional-auth:api',
'api',
],
'prefix' => '/api',
],
Expand All @@ -15,7 +15,7 @@
'router' => [
'as' => 'data.',
'middleware' => [
'optional-auth:api',
'api',
],
'prefix' => '/api/data',
],
Expand Down

0 comments on commit 558eb64

Please sign in to comment.