+ [apiv2] Add ext routes.

This commit is contained in:
朱金勇
2025-10-21 11:19:57 +08:00
committed by Gitfox
parent 9310b283d8
commit 2ced7c2ec9
+1
View File
@@ -370,6 +370,7 @@ class api extends router
if($this->apiVersion == 'v1')
{
include $this->appRoot . "config/apiv1.php";
if(isset($this->config->routes)) $routes = array_merge($routes, $this->config->routes);
$this->route($routes);
}
else