Skip to content

Commit

Permalink
Fix: update apiURL for test server
Browse files Browse the repository at this point in the history
  • Loading branch information
kevlanyo committed Sep 9, 2024
1 parent 4ccc1cb commit 91bfa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/DirectoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function directoryRating(Request $request)

//send this rating value to the facility directory
try {
$apiUrl = env('ART_URL')."facility/directory/rating";
$apiUrl = "https://art.kenyahmis.org/api/facility/directory/rating";

$httpresponse = Http::
withoutVerifying()
Expand Down

0 comments on commit 91bfa97

Please sign in to comment.