Class: NotificationController

lib/controllers/notification-controller~NotificationController()

new NotificationController()

Create a NotificationController.
Source:

Methods

(async, static) notificationDestroyDelete(req, res)

Remove the specified Notification resource.
Parameters:
Name Type Description
req Request The HTTP request.
res Response The HTTP response object .
Source:

(async, static) notificationGet(req, res)

Display the specified Notification resource.
Parameters:
Name Type Description
req Request The HTTP request.
res Response The HTTP response object .
Source:

(async, static) notificationIndexGet(req, res)

Display a listing of the Comment resource.
Parameters:
Name Type Description
req Request The HTTP request.
res Response The HTTP response object .
Source: