Route::post("xdk/plan","xdk/plan/save");
Route::post("xdk/plan/:id/fav","xdk/plan/fav");
Route::post("xdk/plan/:id/comments","xdk/plan/comments"); //
is to build a restful style api
/ xdk/plan post
/ xdk/plan/:id/fav like
/ xdk/plan/:id/comments comment
/ xdl/plan/2/fav match into the first release route?