UNPKG

@shopify/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router

13 lines (10 loc) 453 B
'use strict'; 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', }; exports.APP_BRIDGE_URL = APP_BRIDGE_URL; exports.REAUTH_URL_HEADER = REAUTH_URL_HEADER; exports.RETRY_INVALID_SESSION_HEADER = RETRY_INVALID_SESSION_HEADER; //# sourceMappingURL=const.js.map