dce-reactkit 4.2.0-beta-select-admin-check.1 → 4.2.0-beta-select-admin-check.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/cjs/index.js CHANGED
@@ -15357,7 +15357,7 @@ const LOG_REVIEW_STATUS_ROUTE = `${ROUTE_PATH_PREFIX}/logs/access_allowed`;
15357
15357
  * Route for checking if the current user is a select admin
15358
15358
  * @author Gabe Abrams
15359
15359
  */
15360
- const SELECT_ADMIN_CHECK_ROUTE = `${ROUTE_PATH_PREFIX}/select-admin/is-select-admin`;
15360
+ const SELECT_ADMIN_CHECK_ROUTE = '/api/admin/select/is-select-admin';
15361
15361
 
15362
15362
  // True if user is on mobile or tablet
15363
15363
  let cachedResult = undefined;