UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

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