Tukar step pampasan v3 ke v2:

This commit is contained in:
aiman
2025-09-14 16:03:49 +08:00
parent c65fac89d5
commit 1f27d90698
2 changed files with 69 additions and 23 deletions
+3 -1
View File
@@ -2,5 +2,7 @@
return [
'url' => env('APP_URL', url('/')),
'api_arrahnbid' => env('API_ARRAHNBID', 'http://lelong.test/api/')
'api_arrahnbid' => env('API_ARRAHNBID', 'http://lelong.test/api/'),
'api_v3' => env('API_V3', 'http://apiv3.localhost/api/')
];