UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

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