Skip to content

Commit 7a2dae0

Browse files
lib: update HOST in http lib to map to prod server.
1 parent 708b28e commit 7a2dae0

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)