Skip to content

Commit 3523cb9

Browse files
committed
Point content gen service to prod
1 parent 787ea28 commit 3523cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Services/Ai/ContentGeneration/ContentGenerationServiceRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ContentGenerationServiceRequest {
2121
*
2222
* @var string
2323
*/
24-
private $url = 'https://patterns-stg.hiive.cloud/api/v1/content-generation/';
24+
private $url = 'https://patterns.hiive.cloud/api/v1/content-generation/';
2525

2626
/**
2727
* API endpoint

0 commit comments

Comments
 (0)