Skip to content

Commit

Permalink
Change HTTParty base uri
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfri committed Feb 15, 2013
1 parent 7ec4457 commit 60fc9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/giantbomb/api.rb
@@ -1,7 +1,7 @@
module GiantBomb
module Api
include HTTParty
base_uri 'api.giantbomb.com'
base_uri 'www.giantbomb.com/api'

def self.config
@@config
Expand Down

0 comments on commit 60fc9a0

Please sign in to comment.