This commit is contained in:
2021-08-05 17:59:38 +08:00
parent c329d87fb5
commit 9bb0181bd2
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -376,7 +376,6 @@ class Node extends HttpService
if (empty($handlerProviders)) {
return '<h2>HTTP 404 Not Found</h2><hr><i>Powered by Swoole</i>';
}
var_dump($handlerProviders);
return call_user_func($handlerProviders, \request());
}