@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.esm.js
CHANGED
|
@@ -3456,7 +3456,7 @@ const getBaseUrl = () => {
|
|
|
3456
3456
|
if (typeof window !== 'undefined' && window.CALENDAR_API_URL) {
|
|
3457
3457
|
return window.CALENDAR_API_URL;
|
|
3458
3458
|
}
|
|
3459
|
-
return '
|
|
3459
|
+
return 'https://calendar-api-948505578281.us-central1.run.app';
|
|
3460
3460
|
};
|
|
3461
3461
|
const createBooking = (businessId, booking, apiBaseUrl) => __awaiter(void 0, void 0, void 0, function* () {
|
|
3462
3462
|
const baseUrl = apiBaseUrl || getBaseUrl();
|