Module: routes/schedule

schedule router module This module displays profile data.
Source:

Methods

(async, private, static) routerGETSchedules(req, res, next)

GET schedule page
Parameters:
Name Type Description
req Object request object
Properties
Name Type Description
user Object the currently logged in user
Properties
Name Type Description
memberID String the memberID of the logged in user
councilID String the councilID of the logged in user
res Object response object
next function function call to next middleware
Source: