UNPKG

dce-expresskit

Version:

Shared functions, helpers, and tools for Harvard DCE Express-based servers

8 lines (7 loc) 231 B
/** * Route for checking the status of the current user's * access to log review * @author Gabe Abrams */ declare const LOG_REVIEW_STATUS_ROUTE = "/dce-expresskit/logs/access_allowed"; export default LOG_REVIEW_STATUS_ROUTE;