<?php
return [
// API 相关配置
'api' => [
// API 访问域名
'domain' => env('APP_URL'),
// API 访问路径
'path' => 'api',
],
];