latest stable version

This commit is contained in:
root
2026-08-26 15:35:37 +08:00
parent 7175d0dbcf
commit e1f17472eb
2 changed files with 51 additions and 1 deletions
+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'),
];