apiblaze 0.1.1 → 0.1.2
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
|
@@ -173,7 +173,7 @@ var import_ora3 = __toESM(require("ora"));
|
|
|
173
173
|
var import_inquirer = __toESM(require("inquirer"));
|
|
174
174
|
|
|
175
175
|
// src/lib/api.ts
|
|
176
|
-
var API_BASE = "https://
|
|
176
|
+
var API_BASE = "https://cli.admin.apiblaze.com";
|
|
177
177
|
async function apiFetch(path3, options = {}) {
|
|
178
178
|
const token = getAccessToken();
|
|
179
179
|
const url = `${API_BASE}${path3}`;
|