Skip to content

Commit ed4022f

Browse files
Merge pull request #103 from renderforest/change-Http-HOST-in-lib-http-http-js
change Http.HOST in lib/http/http.js
2 parents e11620d + aab45fe commit ed4022f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/http/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Http {
100100
}
101101
}
102102

103-
Http.HOST = 'https://renderforest.com'
103+
Http.HOST = 'https://api.renderforest.com'
104104
Http.DEFAULT_OPTIONS = {
105105
method: 'GET',
106106
json: true,

0 commit comments

Comments
 (0)