Browse Source

test api log

parent
commit
c28c0f40f1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php View File

203
                 'actions' => $actions
203
                 'actions' => $actions
204
             ]
204
             ]
205
         ]);
205
         ]);
206
+        \Log::info("", $action);
206
         $statusCode = $res_users->getStatusCode();
207
         $statusCode = $res_users->getStatusCode();
207
 
208
 
208
         return $statusCode;
209
         return $statusCode;