Skip to content

Commit ca8d389

Browse files
Merge pull request #100 from renderforest/update-host
update host
2 parents 6319a9a + 7a2dae0 commit ca8d389

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://api.renderforest.com'
103+
Http.HOST = 'https://renderforest.com'
104104
Http.DEFAULT_OPTIONS = {
105105
method: 'GET',
106106
json: true,

0 commit comments

Comments
 (0)