改名
This commit is contained in:
@@ -477,7 +477,7 @@ class Router extends Application implements RouterInterface
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
if ($this->reading) {
|
if ($this->reading) {
|
||||||
return send(self::NOT_FOUND, 404);
|
return send(self::NOT_FOUND, 502);
|
||||||
}
|
}
|
||||||
/** @var Node $node */
|
/** @var Node $node */
|
||||||
if (!($node = $this->find_path(\request()))) {
|
if (!($node = $this->find_path(\request()))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user