feat(courses): Add Categories listing
This commit is contained in:
committed by
Benedikt Rötsch
parent
0c66b6678c
commit
200a8ae2f1
@@ -5,7 +5,6 @@ const router = express.Router()
|
||||
/* GET home page. */
|
||||
router.get('/', async function (req, res, next) {
|
||||
const landingPage = await getLandingPage()
|
||||
console.log(landingPage.fields.contentModules[1].fields)
|
||||
res.render('index', { landingPage })
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user