| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | * |
| 35 | 35 | * @return string |
| 36 | 36 | */ |
| 37 | 37 | protected function get_endpoint() { |
| 38 | - return apply_filters( 'flywp_api_endpoint', 'https://app.flywp.io/api/site-api' ); | |
| 38 | + return apply_filters( 'flywp_api_endpoint', 'https://app.flywp.com/api/site-api' ); | |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | 42 | * Send a GET request to the API. |