edgee 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -60,7 +60,7 @@ export default class Edgee {
|
|
|
60
60
|
if (!this.apiKey) {
|
|
61
61
|
throw new Error("EDGEE_API_KEY is not set");
|
|
62
62
|
}
|
|
63
|
-
this.baseUrl = baseUrl || process.env.EDGEE_BASE_URL || "https://
|
|
63
|
+
this.baseUrl = baseUrl || process.env.EDGEE_BASE_URL || "https://edgee.io";
|
|
64
64
|
}
|
|
65
65
|
async send(options) {
|
|
66
66
|
const { input } = options;
|