spec/dummy/config/routes.rb in locomotivecms-3.0.0.rc6 vs spec/dummy/config/routes.rb in locomotivecms-3.0.0.rc7

- old
+ new

@@ -7,8 +7,8 @@ # API mount Locomotive::API.to_app => '/locomotive(/:site_handle)/api' # Render site - mount Locomotive::Steam::Server.to_app => '/', anchor: false + mount Locomotive::Steam.to_app => '/', anchor: false end