Skip to content

Commit 812fb04

Browse files
Merge pull request #104 from renderforest/stage
release 0.1.1
2 parents 84b370e + 3b5880b commit 812fb04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@renderforest/sdk-node",
33
"description": "Renderforest SDK for Node.js",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "RenderForest LLC",
66
"bugs": {
77
"url": "https://github.com/renderforest/renderforest-sdk-node/issues"

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)