Module: routes/index

index router module This module displays the index page.
Source:

Methods

(private, static) routerGETIndex(req, res, next)

GET index page. Display the "index" view.
Parameters:
Name Type Description
req Object request object
Properties
Name Type Description
user Object the currently logged in user
res Object response object
next function function call to next middleware
Source: