Plugin Directory

Changeset 2020684


Ignore:
Timestamp:
01/28/2019 06:20:33 PM (7 years ago)
Author:
wpdashboard
Message:

fixing webhook url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-dashboard/trunk/webhooks/class-wpdashboard-webhooks.php

    r2020673 r2020684  
    8080     */
    8181
    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/';
    8485
    8586    /**
Note: See TracChangeset for help on using the changeset viewer.