lib/hippo/api/routing.rb in hippo-fw-0.9.3 vs lib/hippo/api/routing.rb in hippo-fw-0.9.4

- old
+ new

@@ -4,10 +4,10 @@ module Routing mattr_accessor :root_view_route API.routes.draw do # WS endpoint must come first - get Hippo.config.api_path + '/ws' do + get Hippo.config.api_path + '/cable' do API::Cable.handle_request(request) end Extensions.each(reversed: true) do | ext | ext.route(self)