比如前缀都是pc,有两个Action分别是a和b,分别是get和post请求,控制台调试路由分别是pc/a和pcs/bs,不知道为何这样?
人生最曼妙的风景,竟是内心的淡定与从容!
RestfulBundle默认的, 如果你想用这个s的, 你可以自己定义routing
use FOSRestBundleControllerAnnotations as Rest;
@RestGet("/test/{id}")
RestfulBundle默认的, 如果你想用这个s的, 你可以自己定义routing
use FOSRestBundleControllerAnnotations as Rest;
@RestGet("/test/{id}")