Skip to content

Commit

Permalink
Update adminer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbmaulana authored Nov 18, 2023
1 parent c0a2fd7 commit 5d64d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/adminer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/*
* Route prefix for user scope.
*/
"user" => null,
"user" => null, // "auth:web" //
],

/*
Expand All @@ -33,6 +33,6 @@
/*
* Middleware for user scope.
*/
"user" => [ "api", "auth", ],
"user" => [ "api", "auth:api", ],
],
];

0 comments on commit 5d64d98

Please sign in to comment.