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
|
||||||
res |
Object | response object | ||||||
next |
function | function call to next middleware |
- Source: