angellist_api 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/angellist_api/configuration.rb +1 -1
- data/lib/angellist_api/version.rb +1 -1
- metadata +2 -2
@@ -28,7 +28,7 @@ module AngellistApi
|
|
28
28
|
DEFAULT_CONSUMER_SECRET = nil
|
29
29
|
|
30
30
|
# The endpoint that will be used to connect if none is set
|
31
|
-
DEFAULT_ENDPOINT = 'https://api.angel.co/1'.freeze
|
31
|
+
DEFAULT_ENDPOINT = 'https://api.angel.co/1/'.freeze
|
32
32
|
|
33
33
|
# The response format appended to the path and sent in the 'Accept' header if none is set
|
34
34
|
#
|