Fix viewing log page returning error 500

This commit is contained in:
Afiq Hamzah
2024-07-03 09:58:55 +08:00
parent 64325e5e24
commit 85b9d64dea
3 changed files with 3 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'url' => env('APP_URL', url('/')),
'api_arrahnbid' => env('API_ARRAHNBID', 'http://lelong.test/api/')
];