This commit is contained in:
2021-03-25 16:57:40 +08:00
parent 99d3bc1d8a
commit 3ff158c337
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -626,7 +626,7 @@ class Router extends HttpService implements RouterInterface
*/
public function loadRouterSetting()
{
$this->loadRouteDir(APP_PATH . '/routes');
$this->loadRouteDir(APP_PATH . 'routes');
}
/**