module.exports = { friendlyName: 'View platform', description: 'Display "Platform" page.', exits: { success: { viewTemplatePath: 'pages/platform' } }, fn: async function () { // Respond with view. return {}; } };