Skip to content

Commit

Permalink
fix the default result query url
Browse files Browse the repository at this point in the history
  • Loading branch information
amartya-dev committed Aug 9, 2023
1 parent 0ccaec9 commit 3d05f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Utils/AISearchUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function get_default_search_results( $hiive_token ) {
}

$response = wp_remote_post(
NFD_AI_SERVICE_BASE,
NFD_AI_SERVICE_BASE . 'defaultResults',
array(
'method' => 'POST',
'headers' => array(
Expand Down

0 comments on commit 3d05f16

Please sign in to comment.