改名
This commit is contained in:
@@ -480,10 +480,8 @@ class Router extends HttpService implements RouterInterface
|
||||
{
|
||||
try {
|
||||
if (!($node = $this->find_path(\request()))) {
|
||||
var_dump($node->path);
|
||||
return send(self::NOT_FOUND);
|
||||
}
|
||||
var_dump($node->path);
|
||||
send($response = $node->dispatch(), 200);
|
||||
if (!$node->hasAfter()) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user