首页 > 问答 > 正文
比如前缀都是pc,有两个Action分别是a和b,分别是get和post请求,控制台调试路由分别是pc/a和pcs/bs,不知道为何这样?
phpcn_u15822017-05-16 16:46:00
RestfulBundle默认的, 如果你想用这个s的, 你可以自己定义routing
use FOSRestBundleControllerAnnotations as Rest;
@RestGet("/test/{id}")