6
0
Fork 0
release
李静 2022-01-05 20:38:24 +08:00
parent 37400ced1f
commit 57b9163956
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ return [
'domain' => env('ENDPOINT_API_DOMAIN'),
// API 访问路径
'path' => env('ENDPOINT_API_PATH'),
'path' => env('ENDPOINT_API_PATH', 'api'),
],
];