UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

7 lines (6 loc) 189 B
/** * Path prefix for all TTM API calls to the DCE Check-In UI backend. * @author Benedikt Arnarsson */ declare const TTM_PATH_PREFIX = "/api/ttm/DCHUI"; export default TTM_PATH_PREFIX;