lib/fizzy/api/endpoints.rb in fizzy-api-0.1.4 vs lib/fizzy/api/endpoints.rb in fizzy-api-0.1.5

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'fizzy/api/endpoints/endpoint' require 'fizzy/api/endpoints/calculate_outcome' require 'fizzy/api/endpoints/render_graph' require 'fizzy/api/endpoints/render_graph_synchronous' require 'fizzy/api/endpoints/render_overview'