改名
This commit is contained in:
@@ -367,7 +367,7 @@ class Router extends HttpService implements RouterInterface
|
||||
return null;
|
||||
}
|
||||
if (empty($explode)) {
|
||||
return $parent;
|
||||
return $parent->findNode('/');
|
||||
}
|
||||
while ($value = array_shift($explode)) {
|
||||
$node = $parent->findNode($value);
|
||||
@@ -481,7 +481,6 @@ class Router extends HttpService implements RouterInterface
|
||||
public function dispatch(): mixed
|
||||
{
|
||||
if (!($node = $this->find_path(\request()))) {
|
||||
var_dump(\request(), $node);
|
||||
return send(self::NOT_FOUND);
|
||||
}
|
||||
send($response = $node->dispatch(), 200);
|
||||
|
||||
Reference in New Issue
Block a user