Skip to content

Commit

Permalink
Use github URL instead of hydra API on the DSA server
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Dec 10, 2014
1 parent c906650 commit ab3a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
require 'webmock'
WebMock.allow_net_connect!
url = 'http://student.ugent.be/hydra/api/1.1/Associations.json'
url = 'https://raw.githubusercontent.com/ZeusWPI/hydra/master/iOS/Resources/Associations.json'
hash = JSON(HTTParty.get(url).body)
WebMock.disable_net_connect!

Expand Down

0 comments on commit ab3a5c0

Please sign in to comment.