added event and call

This commit is contained in:
hafifierahman
2025-03-02 09:01:18 +08:00
committed by Hafifie PKB
parent 6f52b6256f
commit d79c367d48
5 changed files with 169 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
<?php
return [
'url' => env('API_URL')
'url' => env('API_URL'),
'url_koop' => env('API_URL_KOOP','http://localhost:8000'),
'url_pkb' => env('API_URL_PKB','http://localhost:8000'),
];