@papermap/papermap 1.0.1 → 1.0.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/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/readme.md +107 -99
package/dist/index.js
CHANGED
|
@@ -155,7 +155,7 @@ var import_vanilla = require("zustand/vanilla");
|
|
|
155
155
|
|
|
156
156
|
// src/api/endpoints.ts
|
|
157
157
|
var API_V1 = "/api/v1";
|
|
158
|
-
var DEFAULT_API_URL = "https://
|
|
158
|
+
var DEFAULT_API_URL = "https://dataapi.papermap.ai";
|
|
159
159
|
var ENDPOINTS = {
|
|
160
160
|
dashboards: `${API_V1}/analytics/dashboards`,
|
|
161
161
|
dashboardLayout: (dashboardId) => `${API_V1}/analytics/dashboards/${dashboardId}/layout`,
|