我在heroku上下载了nodejs和angular应用程序,但部署后路由不起作用。这是我的webiste - https://murti123.herokuapp.com with routes - enter link description here 但是对于路由,它会给出一个can'tget /错误。
问题是,虽然rake routes显示了我想要的路由,但cucumber返回了一个错误,说这些路由不存在。 movies GET /movies(.:format) {:action=>"edit", :controller=>"movies"}
movie GET /movies/:id(.movie_path*和*edit_movie_path*的两行中,/suppor