Changeset 2020684
- Timestamp:
- 01/28/2019 06:20:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-dashboard/trunk/webhooks/class-wpdashboard-webhooks.php
r2020673 r2020684 80 80 */ 81 81 82 // private $url = 'https://my.wpdashboard.io/api/v2/site/'; 83 private $url = 'http://wpdashboard.io.test/api/site/'; 82 // private $url = 'https://my.wpdashboard.io/api/site/'; 83 private $url = 'https://beta.wpdashboard.io/api/site/'; 84 // private $url = 'http://wpdashboard.io.test/api/site/'; 84 85 85 86 /**
Note: See TracChangeset
for help on using the changeset viewer.