From 57b91639563732fbcb22dcef49907e4d7c31ab4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Wed, 5 Jan 2022 20:38:24 +0800 Subject: [PATCH] Fix --- config/endpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ], ];