diff --git a/config/endpoint.php b/config/endpoint.php index 8ce892e7..e0611dcb 100644 --- a/config/endpoint.php +++ b/config/endpoint.php @@ -7,6 +7,6 @@ return [ 'domain' => env('ENDPOINT_API_DOMAIN'), // API 访问路径 - 'path' => env('ENDPOINT_API_PATH'), + 'path' => env('ENDPOINT_API_PATH', 'api'), ], ];