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/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 =
|
|
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;
|