UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

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