Skip to content

Commit

Permalink
Merge pull request #29 from palladiumkenya/patch
Browse files Browse the repository at this point in the history
preping for release
  • Loading branch information
Murithijoshua authored Sep 9, 2024
2 parents 564a3ae + 1afa1e4 commit 297cc3c
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 = "https://art.kenyahmis.org/api/facility/directory/rating";
$apiUrl = "https://artrefferal.kenyahmis.org/api/facility/directory/rating";

$httpresponse = Http::
withoutVerifying()
Expand Down

0 comments on commit 297cc3c

Please sign in to comment.