angellist_api 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
#
|