api service to retreive data from nphl

This commit is contained in:
pcalengratha
2026-04-23 10:43:13 +07:00
parent b021f4c2ba
commit d801964f59
2 changed files with 72 additions and 12 deletions

View File

@@ -35,4 +35,10 @@ return [
],
],
'nphl_api' => [
'url' => env('NPHL_API_URL'),
'username' => env('NPHL_API_USERNAME'),
'password' => env('NPHL_API_PASSWORD'),
],
];