标签: laravel nginx
我在laravel中的所有api路由上都有一个api前缀,我不想碰它:/api/example
api
/api/example
但是我也希望我的路由不带api前缀/example
/example
那么我可以使用nginx重写规则来做到这一点吗?