Fix: updated permits and env
This commit is contained in:
parent
bfdac9a6bd
commit
ea1713cb14
@ -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
|
||||
|
||||
@ -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']));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user