'use strict';
// This is an example of a /api/controllers/HomeController.js
module.exports = {
// This is the index action and the route is mapped via /config/routes.js
index(req, res) {
// Return a view without view model data
// This typically will return the view defined at /v...