@dialiq/calendar-component 1.0.1 → 1.0.3
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3458,7 +3458,7 @@ const getBaseUrl = () => {
|
|
|
3458
3458
|
if (typeof window !== 'undefined' && window.CALENDAR_API_URL) {
|
|
3459
3459
|
return window.CALENDAR_API_URL;
|
|
3460
3460
|
}
|
|
3461
|
-
return '
|
|
3461
|
+
return 'https://calendar-api-948505578281.us-central1.run.app';
|
|
3462
3462
|
};
|
|
3463
3463
|
const createBooking = (businessId, booking, apiBaseUrl) => __awaiter(void 0, void 0, void 0, function* () {
|
|
3464
3464
|
const baseUrl = apiBaseUrl || getBaseUrl();
|