Fix: updated permits and env

This commit is contained in:
Kwesi Banson Jnr 2026-03-10 10:13:08 +00:00
parent bfdac9a6bd
commit ea1713cb14
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
APP_NAME=lupmisBackend
APP_ENV=local
APP_ENV=production
APP_KEY=base64:pmEAeuW8clKrfKKjcMWylo68exoDO/Xr2hUhXvB7dS0=
APP_DEBUG=true
APP_URL=http://localhost:9031

View File

@ -17,7 +17,7 @@ class PermitsController extends Controller
'api_token' => env('LUPMISAPIKEY')
]);
$result = ApiCalls::CurlPost($data, $url);
dump($result);
// dump($result);
$result = json_decode($result, true);
// dd(is_array($result['data']));