From e25cb855fbc3fdcf206c43c8bdc2698781d83a0c Mon Sep 17 00:00:00 2001 From: Hafifie PKB Date: Sun, 17 Aug 2025 16:27:55 +0800 Subject: [PATCH] deleted endpoints in agama and bangsa for version2 --- resources/views/customers/v2/index.blade.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/views/customers/v2/index.blade.php b/resources/views/customers/v2/index.blade.php index 9494037..10d2fcb 100644 --- a/resources/views/customers/v2/index.blade.php +++ b/resources/views/customers/v2/index.blade.php @@ -119,10 +119,6 @@
Agama
- @php - $ugama = Http::withOptions(['verify' => config('app.api_verify')])->get($api_url . '/api/ugama')->json(); - $ugama = []; - @endphp
Bangsa
- @php - $bangsa = Http::withOptions(['verify' => config('app.api_verify')])->get(config('api.url') . '/api/bangsa')->json(); - $bangsa = []; - @endphp