lib/halo-api/modules/halo5/ugc.rb in halo-api-0.3.0 vs lib/halo-api/modules/halo5/ugc.rb in halo-api-0.3.1
- old
+ new
@@ -8,10 +8,10 @@
super(options)
end
def player_game_variant(variant, options = {})
- get_data("#{@endpoint}gamevariants/#{variant}", options)
+ get_data("#{@endpoint}/gamevariants/#{variant}", options)
end
def player_game_variants(options = {})
get_data("#{@endpoint}/gamevariants", options)
end