Skip to content

Commit

Permalink
🔨 #270 alterando ordem
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Aug 5, 2022
1 parent 353489d commit 6b29405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appexemplo_v2.0/api/api_controllers/Authentication.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public function getArrayPathIgnore(){
public function basicAuth(): HttpBasicAuthentication
{
return new HttpBasicAuthentication([
'path' => $this->getArrayPath()
,'ignore'=> $this->getArrayPathIgnore()
'ignore'=> $this->getArrayPathIgnore()
,'path' => $this->getArrayPath()
,"users" => [
"root" => "teste123"
]
Expand Down

0 comments on commit 6b29405

Please sign in to comment.