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.
@@ -2,5 +2,5 @@
2
2
  * Route for checking if the current user is a select admin
3
3
  * @author Gabe Abrams
4
4
  */
5
- declare const SELECT_ADMIN_CHECK_ROUTE: string;
5
+ declare const SELECT_ADMIN_CHECK_ROUTE = "/api/admin/select/is-select-admin";
6
6
  export default SELECT_ADMIN_CHECK_ROUTE;
package/dist/esm/index.js CHANGED
@@ -15330,7 +15330,7 @@ const LOG_REVIEW_STATUS_ROUTE = `${ROUTE_PATH_PREFIX}/logs/access_allowed`;
15330
15330
  * Route for checking if the current user is a select admin
15331
15331
  * @author Gabe Abrams
15332
15332
  */
15333
- const SELECT_ADMIN_CHECK_ROUTE = `${ROUTE_PATH_PREFIX}/select-admin/is-select-admin`;
15333
+ const SELECT_ADMIN_CHECK_ROUTE = '/api/admin/select/is-select-admin';
15334
15334
 
15335
15335
  // True if user is on mobile or tablet
15336
15336
  let cachedResult = undefined;