@maple-app/sdk-node
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -6,3 +6,3 @@ "use strict"; | ||
apiKey: process.env["YOUR_MAPLE_API_KEY"], | ||
basePath: "https://mact-api-prod.herokuapp.com/api", | ||
basePath: "https://mact-api-prod.herokuapp.com", | ||
}); | ||
@@ -9,0 +9,0 @@ const api = new sdk_node_1.DefaultApi(configuration); |
{ | ||
"name": "@maple-app/sdk-node", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "The Maple REST API SDK for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -30,3 +30,3 @@ # @maple-app/sdk-node | ||
apiKey: process.env["YOUR_MAPLE_API_KEY"], | ||
basePath: "https://mact-api-prod.herokuapp.com/api", | ||
basePath: "https://mact-api-prod.herokuapp.com", | ||
}); | ||
@@ -33,0 +33,0 @@ const api = new DefaultApi(configuration); |
Sorry, the diff of this file is not supported yet
136039
30