transcript router module
This module displays transcripts for logged in users
- Source:
Methods
(async, private, static) routerGETTranscipt(req, res, next)
GET and display all transcript entries for the logged in user.
Display all transcript entries for the logged in user using the "transcript" view.
Parameters:
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object | request object
Properties
|
||||||||||||||||||
res |
Object | response object | ||||||||||||||||||
next |
function | function call to next middleware |
- Source: