Commit 3568b0ef authored by chenchuanwen's avatar chenchuanwen

bridgeedit

parent 903c10c8
......@@ -17,7 +17,7 @@ $http = new swoole_http_server("0.0.0.0", 9501);
$http->on('request', function ($request, $response) {
require_once APPLICATION_PATH . '/scripts/crontab/common.php';
require_once APPLICATION_PATH . '/scripts/crontab/push/bridgeBase.php';
require APPLICATION_PATH . '/scripts/crontab/push/bridgeBase.php';
});
$http->start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment