Skip to content

Commit

Permalink
Updated api url to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Dec 5, 2024
1 parent 8fb8505 commit 7d52f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ abstract class AbstractAPIClient {
/**
* API URL.
*/
const API_URL = 'https://b.rucss.wp-rocket.me/api/';
const API_URL = 'https://b.rucss.wp-rocket.me/api/v2/';

/**
* Response Code.
Expand Down

0 comments on commit 7d52f1c

Please sign in to comment.