@shopify/shopify-app-react-router
Version:
Shopify React Router - to simplify the building of Shopify Apps with React Router
9 lines (7 loc) • 358 B
JavaScript
const APP_BRIDGE_URL = 'https://cdn.shopify.com/shopifycloud/app-bridge.js';
const REAUTH_URL_HEADER = 'X-Shopify-API-Request-Failure-Reauthorize-Url';
const RETRY_INVALID_SESSION_HEADER = {
'X-Shopify-Retry-Invalid-Session-Request': '1',
};
export { APP_BRIDGE_URL, REAUTH_URL_HEADER, RETRY_INVALID_SESSION_HEADER };
//# sourceMappingURL=const.mjs.map