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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/constants/SELECT_ADMIN_CHECK_ROUTE.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/constants/SELECT_ADMIN_CHECK_ROUTE.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/constants/SELECT_ADMIN_CHECK_ROUTE.ts +1 -3
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 =
|
|
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;
|