This commit is contained in:
2020-09-08 12:02:59 +08:00
parent f394d40698
commit ff3b50f61a
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ class Router extends Application implements RouterInterface
if (empty($node->callback)) {
return JSON::to(404, 'Page not found.');
}
return $node;
return $node->dispatch();
}