DONE: config api

This commit is contained in:
nurafrinaalimi16
2026-08-26 15:07:06 +08:00
parent 1f8642e230
commit e4d047d5bd
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
return [
'url' => env('API_URL'),
'url_koop' => env('API_URL_KOOP','http://localhost:8000'),
'url_koop' => env('API_URL_KOOP','https://apiujrah.erahn.com.my'),
'url_pkb' => env('API_URL_PKB','http://localhost:8000'),
];